mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-26 06:09:17 +00:00
7fdb7665f7
* 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>
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.