summaryrefslogtreecommitdiff
path: root/scripts/mk-release.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-06-28scripts: remove legacy mk-release.shYann E. MORIN1-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>
2014-06-26scripts: first batch of hg->git conversionYann E. MORIN1-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>
2012-05-08scripts: fix mk-releaseYann E. MORIN"1-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>
2012-01-30scripts: fix typo in mk-release, remove temporary autom4 filesYann E. MORIN"1-1/+2
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2012-01-29scripts: update mk-release to cope with the new autoconf frameworkYann E. MORIN"1-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>
2012-01-29scripts/mk-release: use HGPLAIN and don't print progressYann E. MORIN"1-18/+22
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-10-18misc: change references to point to the new websiteYann E. MORIN"1-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>
2010-07-17scripts: use 'hg archive' to create release tarballsYann E. MORIN"1-10/+3
2010-04-30scripts/mk-release: pretty-up the per-author statsYann E. MORIN"1-1/+1
Reverse sort first by number of changesets, then sort alphabetically on the author's names.
2010-03-14scripts: fix the release script to use the C localeYann E. MORIN"1-0/+2
Force use of the C locale to ensure messages are recognised by the script.
2010-03-14scripts: enhance and fix the release scriptYann E. MORIN"1-5/+52
2010-03-07scripts: add script to make a releaseYann E. MORIN"1-0/+308