scripts/release_helper.sh: manually build debian/changelog during autobuilds, improve...
authorMichael Prokop <mika@grml.org>
Thu, 17 Mar 2011 17:27:56 +0000 (18:27 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 17 Mar 2011 17:27:56 +0000 (18:27 +0100)
commit1c0980c3242f3da5242cab8a874f5d2e4860755b
tree3203e2247f990fa6c705d38052dea0a807280b7e
parente88fb8ec7838b9b1fb2ceb11c506bdf035285bb9
scripts/release_helper.sh: manually build debian/changelog during autobuilds, improve branch handling

The rebasing of the autobuild tree against master can be annoying.
Therefore create a temporary branch that's been thrown away after
building was successfull.

Thanks to Axel Beckert <abe@deuxchevaux.org> and his script
http://repo.or.cz/w/conkeror.git/blob/HEAD:/contrib/debian/nightlybuild.sh
for some inspiration regarding building debian/changelog.
scripts/release_helper.sh