crosstool-ng/maintainer
Egeyar 7fdb7665f7 Support released versions from Git branches
* Do not assume a release has a tarball if src_release is set to "n".
 * Do not assume versions in repositories are all experimental.
 * Allow versions to define their default repository_branch,
   repository_cset, repository_subdir and bootstrap.
 * Do not expect mirrors, archive_filename, archive_dirname,
   archive_formats and signature_format from a version if src_release
   is set to "n".
 * Add version_number to allow version names to be different than the
   version number. When given, use version_number to compare against
   the milestones.

Signed-off-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
2020-11-23 19:47:13 +13:00
..
create-release.sh Include testing/ into the release. 2018-11-26 23:50:47 -08:00
download-docs.sh User manual installation 2018-04-07 12:03:17 -07:00
git-version-gen Make rpmbuild happy with our unreleased versions 2020-03-17 12:44:44 -07:00
kconfig-choice.template Add moxiebox as a choice for libc 2018-12-01 10:10:51 -08:00
kconfig-menu.template Add moxiebox as a choice for libc 2018-12-01 10:10:51 -08:00
kconfig-versions.template Support released versions from Git branches 2020-11-23 19:47:13 +13:00
manage-packages.sh Slide the checked out tag of elf2flt 2020-02-26 11:05:19 -08:00
package-versions.template Slide the checked out tag of elf2flt 2020-02-26 11:05:19 -08:00
README Add a release creation script 2017-03-21 14:04:12 -07:00

These scripts are not of much interest to the end user.
They are used to automate everyday maintenance tasks for crosstool-NG. As such,
they are not subject to the same level of portability requirements - they can
expect to be run on a fairly modern Linux distribution, with bash, GNU sed and
grep, etc.