Changeset fa7acfc for git-version.sh


Ignore:
Timestamp:
02/26/2022 03:43:03 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
febac51
Parents:
cbd0a9a
git-author:
Xi Ruoyao <xry111@…> (12/17/2021 09:26:18 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 03:43:03 PM)
Message:

cross-ng: start "new generation of CLFS" branch

  • git-version: prefix the version with "cross"
  • prologue: add a section describing the new edition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • git-version.sh

    rcbd0a9a rfa7acfc  
    5050sha="$(git describe --abbrev=1)"
    5151rev=$(echo "$sha" | sed 's/-g[^-]*$//')
    52 version="$rev"
    53 versiond="$rev-systemd"
     52version="cross-$rev"
     53versiond="cross-$rev-systemd"
    5454
    5555if [ "$(git diff HEAD | wc -l)" != "0" ]; then
Note: See TracChangeset for help on using the changeset viewer.