]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Refactor the release-building scripts just a bit:
authorTim Kientzle <kientzle@gmail.com>
Mon, 14 Dec 2009 02:54:07 +0000 (21:54 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 14 Dec 2009 02:54:07 +0000 (21:54 -0500)
commit192fd4ff94d3ddf8291de20e55d31baafc5c2de9
tree741f10b8f9a29c013da64f8c8f41d6accdf73499
parent9ea0216934ca94461eab95c3c6c5f316a158f772
Refactor the release-building scripts just a bit:
 * bump-version.sh actually bumps the 'version' value
 * clean.sh attempts to clean the local directory as thoroughly as possible
 * autogen.sh runs clean.sh, edits the current version value into
   configure.ac, archive.h, and archive_entry.h, re-runs autoconf/automake/etc,
   and does a ./configure && make distcheck to verify the distribution on the
   local system.

SVN-Revision: 1736
Makefile.am
build/autogen.sh
build/bump-version.sh [new file with mode: 0755]
build/clean.sh [new file with mode: 0755]
build/release.sh [deleted file]