summaryrefslogtreecommitdiffstats
path: root/mkrelease.sh
Commit message (Collapse)AuthorAgeFilesLines
* mkrelease.sh: include new misc dirZac Medico2012-08-171-1/+1
|
* Add a Makefile derived from the portage ebuild.Zac Medico2012-03-161-1/+1
| | | | This will fix bug #335320.
* mkrelease.sh: set portage.VERSIONZac Medico2010-12-311-0/+5
|
* bash: as a general rule, use read -rZac Medico2010-12-291-1/+1
| | | | This solves cases like bug #350045.
* mkrelease.sh: Fix ChangeLog generation for --tag.Zac Medico2010-10-071-1/+5
|
* Make mkrelease.sh clean up the temporary $SOURCE_DIR when finished.Zac Medico2010-08-291-0/+2
|
* Bug #318241 - Include LICENSE file in release tarballs.v2.2_rc68Zac Medico2010-08-221-1/+1
|
* Don't copy the src directory because it doesn't exist anymore.Zac Medico2010-08-221-1/+1
|
* Use git (repo in current working directory) instead of svn.Zac Medico2010-03-231-26/+29
|
* Use tar options to make files owned in release tarballs owned byv2.2_rc16Zac Medico2008-11-241-1/+2
| | | | | | portage:portage instead of the current user. svn path=/main/trunk/; revision=12081
* Fix quoting on $CHANGELOG_REVISION.v2.2_rc15Zac Medico2008-11-221-2/+1
| | | | svn path=/main/trunk/; revision=12030
* Add a --changelog-rev option that truncates the ChangeLog at a specificZac Medico2008-11-141-2/+14
| | | | | | | | | revision. Also, add -i to the svn2cl options so that the actual svn revision numbers are included in the log. (trunk r11889) Use svn2cl --reparagraph option for better ChangeLog formatting. (trunk r11906) svn path=/main/trunk/; revision=11907
* Add the new --anon option to the getopt args.Zac Medico2008-07-171-1/+1
| | | | svn path=/main/trunk/; revision=11094
* Add --anon to the usage message.Zac Medico2008-07-161-1/+1
| | | | svn path=/main/trunk/; revision=11091
* Add --anon option for anonsvn.gentoo.org users.Zac Medico2008-07-161-0/+5
| | | | svn path=/main/trunk/; revision=11090
* Remove TODO since it no longer exists.Zac Medico2008-07-161-1/+2
| | | | svn path=/main/trunk/; revision=11089
* add some status messages, try to copy the tarball into DISTDIR, use getopt ↵Marius Mauch2008-03-091-8/+26
| | | | | | for option parsing svn path=/main/trunk/; revision=9455
* fix nasty typoMarius Mauch2008-02-091-2/+3
| | | | svn path=/main/trunk/; revision=9316
* add tagging capabilities and cli optionsMarius Mauch2008-02-091-3/+28
| | | | svn path=/main/trunk/; revision=9312
* new script for creating release tarballsMarius Mauch2008-02-091-0/+40
svn path=/main/trunk/; revision=9308