Changeset fa7acfc


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
Files:
1 added
2 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
  • prologue/preface.xml

    rcbd0a9a rfa7acfc  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="architecture.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prerequisites.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cross.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/>
    1920  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
Note: See TracChangeset for help on using the changeset viewer.