From Fedora Project Wiki

No edit summary
Line 4: Line 4:
[https://fedorahosted.org/fedora-packager fedpkg] is a component within Fedora Packager. It is a python library and cli front end for managing Fedora packages within Fedora's git system.
[https://fedorahosted.org/fedora-packager fedpkg] is a component within Fedora Packager. It is a python library and cli front end for managing Fedora packages within Fedora's git system.
==Release 0.1==
==Release 0.1==
[[The release 0.1]] is a demonstration of how to use nose to test some python script.
==Release 0.2==
==Release 0.2==
==Release 0.3==
==Release 0.3==
==The course SBR600==
==The course SBR600==

Revision as of 23:59, 10 December 2010

The Project

My project is testing fedpkg library using nose unittest frameworks. The set up of SBR600 project is to do three step releases: 0.1, 0.2 and 0.3. The first release is really about to learn the necessary tools. In my project, the main focus is Python scripting language. The second release is to working towards the direction of the project. But the outcome doesn't have to be complete or even anything significant. The final release has to make some sense.

The fedpkg program

fedpkg is a component within Fedora Packager. It is a python library and cli front end for managing Fedora packages within Fedora's git system.

Release 0.1

The release 0.1 is a demonstration of how to use nose to test some python script.

Release 0.2

Release 0.3

The course SBR600