From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20110120/90756ea7/attachment-0001.html | 77 ++++++++++++++++++++++ .../attachments/20110120/90756ea7/attachment.html | 77 ++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110120/90756ea7') diff --git a/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment-0001.html new file mode 100644 index 000000000..59a55455e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment-0001.html @@ -0,0 +1,77 @@ + + + +[326] exclude perl_checker local dir and backup files when creating tarball + + + + +
+
+
Revision
326
+
Author
blino
+
Date
2011-01-20 08:39:44 +0100 (Thu, 20 Jan 2011)
+
+ +

Log Message

+
exclude perl_checker local dir and backup files when creating tarball
+ +

Modified Paths

+ + +
+
+Modified: build_system/iurt/trunk/Makefile
+===================================================================
+--- build_system/iurt/trunk/Makefile	2011-01-20 07:36:21 UTC (rev 325)
++++ build_system/iurt/trunk/Makefile	2011-01-20 07:39:44 UTC (rev 326)
+@@ -37,7 +37,7 @@
+ 	rm -rf $(PACKAGE)-$(VERSION)
+ 
+ localcopy:
+-	tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
++	tar c --exclude=.svn --exclude=.perl_checker --exclude='*~' $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+ 
+ localrpm: tar $(RPM)
+ 	cp -f $(NAME).tar $(RPM)/SOURCES
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment.html new file mode 100644 index 000000000..59a55455e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110120/90756ea7/attachment.html @@ -0,0 +1,77 @@ + + + +[326] exclude perl_checker local dir and backup files when creating tarball + + + + +
+
+
Revision
326
+
Author
blino
+
Date
2011-01-20 08:39:44 +0100 (Thu, 20 Jan 2011)
+
+ +

Log Message

+
exclude perl_checker local dir and backup files when creating tarball
+ +

Modified Paths

+ + +
+
+Modified: build_system/iurt/trunk/Makefile
+===================================================================
+--- build_system/iurt/trunk/Makefile	2011-01-20 07:36:21 UTC (rev 325)
++++ build_system/iurt/trunk/Makefile	2011-01-20 07:39:44 UTC (rev 326)
+@@ -37,7 +37,7 @@
+ 	rm -rf $(PACKAGE)-$(VERSION)
+ 
+ localcopy:
+-	tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
++	tar c --exclude=.svn --exclude=.perl_checker --exclude='*~' $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+ 
+ localrpm: tar $(RPM)
+ 	cp -f $(NAME).tar $(RPM)/SOURCES
+
+
+ + + \ No newline at end of file -- cgit v1.2.1