Create some Openbox release scripts:
authorDana Jansens <danakj@orodu.net>
Mon, 4 Oct 2010 18:33:16 +0000 (14:33 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:55:15 +0000 (18:55 -0400)
commitbc85be760eb6bb2c89aa165572cec26353344e02
tree8305d25147e8a6632e2d0ec8ef2a811ee5eb38cf
parent069f5698be78cfe2e27719a0c8059582c5d36ef8
Create some Openbox release scripts:

release/bugs: Prints a list of bugs that are mentioned in git commits for a
  git revision, since previous release.
  - Very useful for updating the CHANGELOG file!

release/go: Tests a git revision for correct compilation, and prepares files
  for release.
  - Makes the tarball
  - Makes a GPG signature for the tarball
  - Tags the release
  - Spits out URLs to edit and gives the changelog for copy/paste.

release/email: Sends an email to the Openbox mailing list with the changelog
  and details about the release.  Call this with the same parameters used for
  running release/go once it is finished, and the files are uploaded, etc.
  - Also emails mikachu re freshmeat.net
release/bugs [new file with mode: 0755]
release/common [new file with mode: 0644]
release/email [new file with mode: 0755]
release/go [new file with mode: 0755]