[Clfs-commits] [Bootscripts Standard]Bootscripts for Cross-LFS branch, master, updated. 28ff993723c3675fca33153a521831090c38d5bd

git git at cross-lfs.org
Wed May 21 17:11:42 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bootscripts for Cross-LFS".

The branch, master has been updated
       via  28ff993723c3675fca33153a521831090c38d5bd (commit)
       via  18063a71a6611075df5db2e7afbe0087e7a19576 (commit)
      from  cb6006fe217df0404a42f719e6a7b029ca3522b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28ff993723c3675fca33153a521831090c38d5bd
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed May 21 19:11:34 2014 -0500

    Add a DATE variable which uses the output of a date command in yyyymmdd format as the git and sysvinit books and use it in the VERSION variable.

diff --git a/boot-scripts/Makefile b/boot-scripts/Makefile
index 9093f20..dbf7291 100644
--- a/boot-scripts/Makefile
+++ b/boot-scripts/Makefile
@@ -1,4 +1,5 @@
-VERSION		:= 3.0-pre1
+DATE        := `date +%Y%m%d`
+VERSION		:= 3.0-${DATE}
 
 ETCDIR		:= /etc
 SHELL		:= /bin/bash
diff --git a/bootscripts/Makefile b/bootscripts/Makefile
index c0db91f..67e497d 100644
--- a/bootscripts/Makefile
+++ b/bootscripts/Makefile
@@ -1,4 +1,5 @@
-VERSION		:= 3.0-pre1
+DATE        := `date +%Y%m%d`
+VERSION		:= 3.0-${DATE}
 
 ETCDIR		:= /etc
 SHELL		:= /bin/bash

commit 18063a71a6611075df5db2e7afbe0087e7a19576
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed May 21 19:10:51 2014 -0500

    Add ChangeLog entry for adjusting version to use a date rather than pre1.

diff --git a/boot-scripts/Changelog b/boot-scripts/Changelog
index 726654c..440782b 100644
--- a/boot-scripts/Changelog
+++ b/boot-scripts/Changelog
@@ -1,3 +1,6 @@
+William - May 21, 2014
+    * Change versioning to drop Pre1 and use a date
+
 Chris - May 21, 2014
 	* Changed dist target in Makefile to generate a .xz tarball instead
 	  of .bz2
diff --git a/bootscripts/Changelog b/bootscripts/Changelog
index a8019f3..8ef35be 100644
--- a/bootscripts/Changelog
+++ b/bootscripts/Changelog
@@ -1,3 +1,6 @@
+William - May 21, 2014
+    * Change versioning to drop Pre1 and use a date
+
 Chris - May 21, 2014
 	* Changed dist target in Makefile to generate a .xz tarball instead
 	  of .bz2

-----------------------------------------------------------------------

Summary of changes:
 boot-scripts/Changelog |    3 +++
 boot-scripts/Makefile  |    3 ++-
 bootscripts/Changelog  |    3 +++
 bootscripts/Makefile   |    3 ++-
 4 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Bootscripts for Cross-LFS



More information about the Clfs-commits mailing list