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 --- .../attachments/20101125/0c609744/attachment.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101125/0c609744/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101125/0c609744/attachment.html') diff --git a/zarb-ml/mageia-sysadm/attachments/20101125/0c609744/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101125/0c609744/attachment.html new file mode 100644 index 000000000..0662b3054 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101125/0c609744/attachment.html @@ -0,0 +1,81 @@ + + + +[144] remove more trailing slashes + + + + +
+
+
Revision
144
+
Author
blino
+
Date
2010-11-25 13:11:45 +0100 (Thu, 25 Nov 2010)
+
+ +

Log Message

+
remove more trailing slashes
+ +

Modified Paths

+ + +
+
+Modified: build_system/iurt/trunk/ulri
+===================================================================
+--- build_system/iurt/trunk/ulri	2010-11-25 12:11:08 UTC (rev 143)
++++ build_system/iurt/trunk/ulri	2010-11-25 12:11:45 UTC (rev 144)
+@@ -184,9 +184,9 @@
+ my %pkg_tree;
+ my $compildone = $cache->{done};
+ 
+-my $todo = "$config->{queue}/todo/";
+-my $failure = "$config->{queue}/failure/";
+-my $done = "$config->{queue}/done/";
++my $todo = "$config->{queue}/todo";
++my $failure = "$config->{queue}/failure";
++my $done = "$config->{queue}/done";
+ 
+ # Raise this when the noarch package starts to build on any bot
+ my %noarch_build;
+
+
+ + + \ No newline at end of file -- cgit v1.2.1