Changeset 59483809
- Timestamp:
- 04/06/2021 05:01:01 PM (2 years ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 7e80757
- Parents:
- 275f313
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r275f313 r59483809 1 1 lfs-bootscripts-*.tar.xz 2 version.ent -
Makefile
r275f313 r59483809 120 120 $(Q)rm -f $(RENDERTMP)/*pdf.fo 121 121 122 validate: tmpdir 122 validate: tmpdir version 123 123 @echo "Processing bootscripts..." 124 124 $(Q)bash process-scripts.sh … … 188 188 $(BASEDIR)/md5sums 189 189 190 version: 191 $(Q)./git-version.sh 192 190 193 #dump-commands: validate 191 194 # @echo "Dumping book commands..." … … 205 208 all: book nochunks pdf # dump-commands 206 209 207 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list 208 210 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version 211 -
chapter01/changelog.xml
r275f313 r59483809 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 45 45 46 <listitem> 46 47 <para>2021-03-26</para> -
general.ent
r275f313 r59483809 1 <!ENTITY version "SVN-20210326"> 1 <!-- version info automatically generated by git 2 comment the following two lines for release --> 3 <!ENTITY % version-entities SYSTEM "version.ent"> 4 %version-entities; 5 6 <!-- uncomment and edit the following four lines 7 for releases (including -rc) --> 8 <!-- 9 <!ENTITY version "10.2-rc1"> 10 <!ENTITY versiond "10.2-rc1"> 11 <!ENTITY releasedate "August 26th, 2021"> 12 <!ENTITY copyrightdate "1999-2021"> 13 --> 14 <!-- jhalfs needs a literal dash, not – --> 15 2 16 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 17 Change to x.y for release but not -rc releases --> 4 18 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 19 6 <!ENTITY versiond "20210326-systemd">7 20 <!ENTITY short-versiond "systemd"> 8 21 <!ENTITY generic-versiond "systemd"> 9 10 <!ENTITY releasedate "March 26th, 2021">11 12 <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – -->13 22 14 23 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
Note:
See TracChangeset
for help on using the changeset viewer.