From Fedora Project Wiki
(Created page with '==Fedora Packager Project== ===STEPS=== : '''week 1''' :: - Go through instructions @ [ https://fedorahosted.org/eclipse-fedorapackager/ fedora packager] :: - Set up the Fedora ...') |
(→STEPS) |
||
Line 8: | Line 8: | ||
:: - Work with sample packages like Mercurial-Eclipse (cloned from mercurial repo), then create the spec file to see how fedora packager on eclipse works. Use eclipse-mylyn package as a reference (fedora-git: eclipse-mylyn-builds) | :: - Work with sample packages like Mercurial-Eclipse (cloned from mercurial repo), then create the spec file to see how fedora packager on eclipse works. Use eclipse-mylyn package as a reference (fedora-git: eclipse-mylyn-builds) | ||
:: - Go through fedora packager guide in eclipse help | :: - Go through fedora packager guide in eclipse help | ||
:'''week 10 - TODO''' | |||
:: Add Internal help content to the wizard - beside the URL | |||
:: Learn about SWTBOT -> Write a test for this wizard | |||
:: Share project wizard -> egit (maybe switch to this code) | |||
:: Page 3 -> feature.xml -> browse for the source -> add it to the temp | |||
:: Create .spec file -> first just using the specfile template then using feature.xml | |||
:: Debug -> RPMProjectTest.java -> rpm.core -> testImportHellloWorld | |||
:: |
Revision as of 20:30, 22 July 2011
Fedora Packager Project
STEPS
- week 1
- - Go through instructions @ [ https://fedorahosted.org/eclipse-fedorapackager/ fedora packager]
- - Set up the Fedora Packager -> removed the errors: installed eclipse-pde, httpcomponents-client, SWTBot (from within Eclipse)
- - Create FAS account / Eclipse bugzilla / Red Hat bugzilla
- - Go through steps of creating a package and everything a new user should do @ Join_the package_collection_maintainers
- - Work with sample packages like Mercurial-Eclipse (cloned from mercurial repo), then create the spec file to see how fedora packager on eclipse works. Use eclipse-mylyn package as a reference (fedora-git: eclipse-mylyn-builds)
- - Go through fedora packager guide in eclipse help
- week 10 - TODO
- Add Internal help content to the wizard - beside the URL
- Learn about SWTBOT -> Write a test for this wizard
- Share project wizard -> egit (maybe switch to this code)
- Page 3 -> feature.xml -> browse for the source -> add it to the temp
- Create .spec file -> first just using the specfile template then using feature.xml
- Debug -> RPMProjectTest.java -> rpm.core -> testImportHellloWorld