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

git git at cross-lfs.org
Wed May 21 01:41:59 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  b0e24584ec5bc10928fe30173118d2d103c65b1c (commit)
      from  94bfdfac259272515502691efaee3872280f5e6f (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 b0e24584ec5bc10928fe30173118d2d103c65b1c
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 21 04:41:47 2014 -0400

    Use xz instead of bz2

diff --git a/boot-scripts/Changelog b/boot-scripts/Changelog
index d85ebc7..726654c 100644
--- a/boot-scripts/Changelog
+++ b/boot-scripts/Changelog
@@ -1,3 +1,7 @@
+Chris - May 21, 2014
+	* Changed dist target in Makefile to generate a .xz tarball instead
+	  of .bz2
+
 Chris - April 21, 2014
 	* Renamed to "boot-scripts" as this package will now be used only
 	  for the "boot" method
diff --git a/boot-scripts/Makefile b/boot-scripts/Makefile
index 9cacea1..8beaa20 100644
--- a/boot-scripts/Makefile
+++ b/boot-scripts/Makefile
@@ -17,7 +17,7 @@ dist:
 	rm -rf "dist/boot-scripts-cross-lfs-$(VERSION)"
 	mkdir -p "dist/boot-scripts-cross-lfs-$(VERSION)"
 	tar --exclude dist -c * | tar -x -C "dist/boot-scripts-cross-lfs-$(VERSION)"
-	(cd dist; tar -cjf "boot-scripts-cross-lfs-$(VERSION).tar.bz2" "boot-scripts-cross-lfs-$(VERSION)")
+	(cd dist; tar -cJf "boot-scripts-cross-lfs-$(VERSION).tar.xz" "boot-scripts-cross-lfs-$(VERSION)")
 	rm -rf "dist/boot-scripts-cross-lfs-$(VERSION)"
 
 create-dirs:
diff --git a/bootscripts/Changelog b/bootscripts/Changelog
index 41d66bc..a8019f3 100644
--- a/bootscripts/Changelog
+++ b/bootscripts/Changelog
@@ -1,3 +1,7 @@
+Chris - May 21, 2014
+	* Changed dist target in Makefile to generate a .xz tarball instead
+	  of .bz2
+
 Chris - May 17, 2014
 	* Removed obsolete ONHOTPLUG reference from README
 	* Removed obsolete commands to create and populate /lib/udev/devices
diff --git a/bootscripts/Makefile b/bootscripts/Makefile
index 9967e76..c0db91f 100644
--- a/bootscripts/Makefile
+++ b/bootscripts/Makefile
@@ -17,7 +17,7 @@ dist:
 	rm -rf "dist/bootscripts-cross-lfs-$(VERSION)"
 	mkdir -p "dist/bootscripts-cross-lfs-$(VERSION)"
 	tar --exclude dist -c * | tar -x -C "dist/bootscripts-cross-lfs-$(VERSION)"
-	(cd dist; tar -cjf "bootscripts-cross-lfs-$(VERSION).tar.bz2" "bootscripts-cross-lfs-$(VERSION)")
+	(cd dist; tar -cJf "bootscripts-cross-lfs-$(VERSION).tar.xz" "bootscripts-cross-lfs-$(VERSION)")
 	rm -rf "dist/bootscripts-cross-lfs-$(VERSION)"
 
 create-dirs:

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

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


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



More information about the Clfs-commits mailing list