Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/trunk' into xry111/arm64 | Xi Ruoyao | 2023-12-05 | 1 | -2/+8 |
|\ | |||||
| * | git-version: Always skip creating version.ent if LFS-RELEASE exists | Xi Ruoyao | 2023-09-13 | 1 | -5/+4 |
| | | |||||
| * | build: Add "make dist" | Xi Ruoyao | 2023-09-13 | 1 | -0/+7 |
| | | | | | | | | | | | | For creating a tarball without .git directory easier. The tarball will include version.ent and LFS-RELEASE files so the book rendered from it won't show "unknown" for all dates. | ||||
| * | git-version: Make shebang #!/bin/bash | Xi Ruoyao | 2023-09-13 | 1 | -1/+1 |
| | | | | | | | | There is some bash-ism in the script. | ||||
| * | Do not retrieve yr from sysdate | Thomas Trepl | 2023-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix hardcoded copyright year | Thomas Trepl | 2023-09-11 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/trunk' into xry111/arm64 | Xi Ruoyao | 2023-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Update timezone for builds | Bruce Dubbs | 2023-01-02 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/trunk' into xry111/arm64 | Xi Ruoyao | 2022-09-24 | 1 | -23/+23 |
|\| | |||||
| * | Replace tabs with spaces | Pierre Labastie | 2022-09-11 | 1 | -23/+23 |
| | | |||||
* | | arm64: start branch | Xi Ruoyao | 2022-08-26 | 1 | -1/+1 |
|/ | |||||
* | Package updates. | Bruce Dubbs | 2021-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | Update to e2fsprogs-1.46.5. Update to zstd-1.5.1. Update to expat-2.4.2. Update to shadow-4.10. Update to sysvinit-3.01. Update to linux-5.15.12. Update to iana-etc-20211224. Update to openssl-3.0.1. Update to eudev-3.2.11. Update lfs-latest-git.php currency for new eudev location. | ||||
* | git-version: remove -g{sha} unconditionally | Xi Ruoyao | 2021-10-13 | 1 | -5/+3 |
| | |||||
* | Add a conditional entity for sysv/systemd | Pierre Labastie | 2021-09-22 | 1 | -4/+26 |
| | | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits. | ||||
* | git-version: fix trunk branch detection | Xi Ruoyao | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | git-version: simplify the versioning scheme | Xi Ruoyao | 2021-05-01 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | Now the version for trunk head is simply rx.y-z. x.y is the last release, and z is the number of commits after x.y. For other commits, the version is rx.y-z-g{sha}. An abbreviated sha hash is added to distinguish commits with same x, y, and z on different branches. If there are uncommited changes, a "+" is appended to the version, indicating the version is "unclean". To make it works correctly, a tag "rx.y" have to be created on the last commit on trunk of x.y release. | ||||
* | Quiet git status check. Make sed more readable. | Bruce Dubbs | 2021-04-06 | 1 | -2/+2 |
| | |||||
* | remove leading zero for day | Xi Ruoyao | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | automatically generate version info from git HEAD | Xi Ruoyao | 2021-04-07 | 1 | -0/+45 |