]> _ Git - alire.git/commit
Tag builds done through `alr build` with unique build string (#1530)
authorAlejandro R Mosteo <amosteo@unizar.es>
Fri, 14 Jun 2024 07:34:09 +0000 (09:34 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 07:34:09 +0000 (09:34 +0200)
commitbd25511f5a4629bad3fbce8c0aafa41d6d73554a
treeee5f3bee3ebb011574e07c6b07f7ef34a241f452
parentde6c9faabbf7e61defac013a377186b4ae24da46
Tag builds done through `alr build` with unique build string (#1530)

* Replace version build with current commit hash

* Detect dirtiness in . to flag it too in version

* Fix for line terminators on Windows

* Self-review

* Ada version

* Windows dispatcher script

* Patch from the dev/build.sh script too
14 files changed:
alire.toml
dev/build.sh
scripts/ci-github.sh
scripts/version-patcher.ps1 [new file with mode: 0644]
scripts/version-patcher.py [new file with mode: 0644]
scripts/version-patcher.sh [new file with mode: 0755]
src/alire/alire-version.ads
support/version_patcher/.gitignore [new file with mode: 0644]
support/version_patcher/alire.toml [new file with mode: 0644]
support/version_patcher/config/version_patcher_config.ads [new file with mode: 0644]
support/version_patcher/config/version_patcher_config.gpr [new file with mode: 0644]
support/version_patcher/config/version_patcher_config.h [new file with mode: 0644]
support/version_patcher/src/version_patcher.adb [new file with mode: 0644]
support/version_patcher/version_patcher.gpr [new file with mode: 0644]