diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-04-17 21:46:52 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-05-03 16:25:26 -0400 |
commit | 406f5a5679116e5ca66b8932fbd49c92f3d7a87f (patch) | |
tree | 4198072fef91a114a36ff8cdeb0804a6c4b3f6d3 /utils/preparing-release | |
parent | a22b46c143474b328092c93380d5e2001d89565b (diff) |
updated scripts and notes for releasing
Diffstat (limited to 'utils/preparing-release')
-rw-r--r-- | utils/preparing-release | 35 |
1 files changed, 8 insertions, 27 deletions
diff --git a/utils/preparing-release b/utils/preparing-release index 8ecbc00..7931021 100644 --- a/utils/preparing-release +++ b/utils/preparing-release @@ -5,41 +5,22 @@ * 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 + git tag -s -m 'Tagging Monkeysphere $whatever' monkeysphere_$version master * create debian-specific version tag: - git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$whatever-1 + git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$version-1 debian - * upload to monkeysphere repo: - - cd repo && reprepro --ignore=wrongdistribution include experimental ../*.changes - - * push git changes (including tags!) + * make releasenote - * update FreeBSD and Macports info: + * upload to monkeysphere repo: - make freebsd-distinfo - make macports-portsfile + (cd ../monkeysphere-docs/repo && reprepro --ignore=wrongdistribution include experimental ../monkeysphere_$version-1_*.changes) - (probably should consider tagging these ports as well to make them - easy to recover) + * upload to debian: - * remember to add the new version (n + 1) to the bugtracker if it's - not already: + (cd .. && dupload monkeysphere_$version-1_*.changes) - https://labs.riseup.net/code/projects/settings/monkeysphere + * git push central master debian && git push --tags central master debian |