aboutsummaryrefslogtreecommitdiff
path: root/scripts/mk-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: remove legacy mk-release.shYann E. MORIN2014-06-281-376/+0
| | | | | | | | | This script is too Hg-specific. Just remove it. In case we need something similar in the future, we'd just have to use the better git counterparts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* scripts: first batch of hg->git conversionYann E. MORIN2014-06-271-1/+3
| | | | | | Replace calls to 'hg' with as-close-as-possible equivalents in git. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* scripts: fix mk-releaseYann E. MORIN"2012-05-081-4/+15
| | | | | | mk-release was not adding the SoB lines in the commit messages. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* scripts: fix typo in mk-release, remove temporary autom4 filesYann E. MORIN"2012-01-301-1/+2
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: update mk-release to cope with the new autoconf frameworkYann E. MORIN"2012-01-291-2/+10
| | | | | | | | Now that ./configure is generated by autoconf, it must be generated before the release tarball is made. So, we can not simply use hg's archive, we must post-process it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts/mk-release: use HGPLAIN and don't print progressYann E. MORIN"2012-01-291-18/+22
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: change references to point to the new websiteYann E. MORIN"2011-10-181-4/+4
| | | | | | | | It's been a while now that crosstool-NG has been hosted on it's own website, and not at my home. Change every reference to the old site to the new one, everywhere is makes sense to. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: use 'hg archive' to create release tarballsYann E. MORIN"2010-07-171-10/+3
|
* scripts/mk-release: pretty-up the per-author statsYann E. MORIN"2010-04-301-1/+1
| | | | | Reverse sort first by number of changesets, then sort alphabetically on the author's names.
* scripts: fix the release script to use the C localeYann E. MORIN"2010-03-141-0/+2
| | | | Force use of the C locale to ensure messages are recognised by the script.
* scripts: enhance and fix the release scriptYann E. MORIN"2010-03-141-5/+52
|
* scripts: add script to make a releaseYann E. MORIN"2010-03-071-0/+308