X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=utils%2Fpreparing-release;h=3273c1cb45da9a5629e93df2a784483151bf2746;hb=71d180394c3357d2a99e9f1fc6a2fa7514552da9;hp=f2a99e531002bea5398f70cc9b1b1c266b0abfb9;hpb=1080589181dd117ef5ab3549e67d206f8a64e834;p=monkeysphere.git diff --git a/utils/preparing-release b/utils/preparing-release index f2a99e5..3273c1c 100644 --- a/utils/preparing-release +++ b/utils/preparing-release @@ -3,6 +3,8 @@ * make sure that packaging/debian/changelog has a reasonable version number. + * have the monkeysphere archive signing key handy! + * make tarball * make releasenote @@ -17,12 +19,18 @@ doesn't trigger another tarball rebuild. Make sure the package passes lintian checks, installs, upgrades, removes reasonably, etc. - * debsign -k$GPGID ../*.changes + * debsign -k$GPGID *.changes * create debian-specific version tag: git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$whatever-1 + * upload to monkeysphere repo: + + cd repo && reprepro --ignore=wrongdistribution include experimental ../*.changes + + * push git changes (including tags!) + * update FreeBSD and Macports info: make freebsd-distinfo