X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=utils%2Fpreparing-release;h=8ecbc00c1b03d014906b14cf5b33058120a502b0;hb=6c9d5f56e446cd4f16cc271bd91aa3d4bc4b5f9f;hp=dd9d224d534b481eebed539d3cc94a34bec2afac;hpb=e71c7bb4dff26178f714cd0fcdbb3058effa4066;p=monkeysphere.git diff --git a/utils/preparing-release b/utils/preparing-release index dd9d224..8ecbc00 100644 --- a/utils/preparing-release +++ b/utils/preparing-release @@ -1,16 +1,45 @@ ### Notes about preparing a release for the monkeysphere ### - * make sure that packaging/debian/changelog has a reasonable version - number. + * make sure that changelog and packaging/debian/changelog both have + reasonable version numbers. + + * have the monkeysphere archive signing key handy! * make tarball * make releasenote + * commit outstanding changes. + * create upstream version tag: git tag -s -m 'Tagging Monkeysphere $whatever' monkeysphere_$whatever + * run commands from make debian-package by hand (?) so that it + doesn't trigger another tarball rebuild. Make sure the package + passes lintian checks, installs, upgrades, removes reasonably, etc. + + * 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 + make macports-portsfile + + (probably should consider tagging these ports as well to make them + easy to recover) + + * remember to add the new version (n + 1) to the bugtracker if it's + not already: + + https://labs.riseup.net/code/projects/settings/monkeysphere