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 --- zarb-ml/mageia-sysadm/2010-November/000929.html | 124 ++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000929.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000929.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000929.html b/zarb-ml/mageia-sysadm/2010-November/000929.html new file mode 100644 index 000000000..fd14647ab --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000929.html @@ -0,0 +1,124 @@ + + + + [Mageia-sysadm] [145] remove trailing slashes + + + + + + + + + +

[Mageia-sysadm] [145] remove trailing slashes

+ root at mageia.org + root at mageia.org +
+ Thu Nov 25 13:12:15 CET 2010 +

+
+ +
Revision: 145
+Author:   blino
+Date:     2010-11-25 13:12:15 +0100 (Thu, 25 Nov 2010)
+Log Message:
+-----------
+remove trailing slashes
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/emi
+
+Modified: build_system/iurt/trunk/emi
+===================================================================
+--- build_system/iurt/trunk/emi	2010-11-25 12:11:45 UTC (rev 144)
++++ build_system/iurt/trunk/emi	2010-11-25 12:12:15 UTC (rev 145)
+@@ -81,7 +81,7 @@
+     },
+     tmp => {
+ 	desc => "Temporary directory",
+-	default => "$HOME/tmp/"
++	default => "$HOME/tmp"
+     },
+     root => {
+ 	desc => 'Architecture root dir',
+@@ -97,7 +97,7 @@
+     },
+     queue => {
+ 	desc => 'root directory of the various upload queues',
+-	default => "$HOME/uploads/"
++	default => "$HOME/uploads"
+     },
+     ssh_option => {
+ 	desc => "SSH options",
+@@ -115,9 +115,9 @@
+ my $cache =  { arch => {} };
+ 
+ 
+-my $todo = "$config->{queue}/todo/";
+-my $done = "$config->{queue}/done/";
+-my $reject = "$config->{queue}/rejected/";
++my $todo = "$config->{queue}/todo";
++my $done = "$config->{queue}/done";
++my $reject = "$config->{queue}/rejected";
+ 
+ my %pkg_tree;
+ my %excluded;
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101125/0295b730/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1