diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-08-02 13:40:55 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-08-02 13:40:55 -0400 |
commit | 9a952607f0d1f9496503c13c2fac6fd12f2c6c35 (patch) | |
tree | 3df3e8b2d04d06b683634000dafc30d3b49a5dcb /utils | |
parent | a3032fa566c60bc0cfa57ad9bce7a34220e75a9b (diff) |
added more notes about what it takes to prepare a release.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/preparing-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/preparing-release b/utils/preparing-release index f35327e..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 @@ -23,6 +25,12 @@ 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 |