dcallagh / rpmfluff

Forked from rpmfluff 7 years ago
Clone
README.RelEng
git pull fedorahosted master python rpmfluff.py # run unit-tests python3 rpmfluff.py gvim python-rpmfluff.spec # edit RELEASE and changelog gvim VERSION # edit VERSION git commit -a -m "New version" git push fedorahosted master make package # this depends on targets 'clean' and 'tarbal' make rpmlint ssh-add ~/.ssh/id_rsa-... scp rpmfluff-0.4.tar.bz2 python-rpmfluff-0.4-1.fc22.src.rpm jhutar@fedorahosted.org:rpmfluff md5sum rpmfluff-0.4.tar.bz2 make clean # Edit news and download section of the wiki # Fedora release side of things fedpkg clone python-rpmfluff cd python-rpmfluff fedpkg pull fedpkg switch-branch master wget https://fedorahosted.org/releases/r/p/rpmfluff/rpmfluff-0.4.tar.bz2 md5sum rpmfluff-0.4.tar.bz2 fedpkg new-sources rpmfluff-0.4.tar.bz2 diff python-rpmfluff.spec ...upstream/python-rpmfluff.spec fedpkg mockbuild fedpkg diff fedpkg lint fedpkg --user jhutar commit -p -c fedpkg build fedpkg switch-branch f22 git merge master fedpkg push fedpkg build fedpkg clean fedpkg update