I want to introduce the following enhancements for the fedpkg command:
Adding a fedpkg pull command
Adding a fedpkg tag command, which allows the creation of tags based of the nvr of the current commit
Adding a -c/--clog switch for fedpkg commit. This allows you to create the commit message on the base of the last recent changelog entry.
Introduction the possibllty to configure the name of the repositories in a config file. This feature should help other third-party fedora-style repositoriess like rpmfusion for switch to dist-git. You can specify the name of the config file with the main -c/--config switch. fedpkg try to find the config file in ~/.fedpkg/.conf and /etc/fedpkg.d/.conf
the srpm file which is created by the fedpkg mockbuild command should be overwritten allways. The reason for is the fact, that the SPEC files may be changed without a bump of the verion or release number. IN this case the change will not been honour of the current implementation of fedpkg mockbuild, if a srpm exist.
I have uploaded an patch to
http://www.herr-schmitt.de/pub/fedpkg/fedpkg.patch
In addition I have create a git repository on
http://fedorapeople.org/~s4504kr/public_git/fedora-packager.git
Some of these were sent in email, and commented on, but some I don't think i've seen patches for. Can you update this for what's left?
Closing due to non-response. Some of this stuff has been added, others are going to be out of date due to upstream changes. I'm happy to discuss some of the enhancements though!