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/2011-January/001933.html | 104 +++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001933.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001933.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001933.html b/zarb-ml/mageia-sysadm/2011-January/001933.html new file mode 100644 index 000000000..715dae742 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001933.html @@ -0,0 +1,104 @@ + + + + [Mageia-sysadm] [271] Revert some changes which were part of another unfinished change + + + + + + + + + +

[Mageia-sysadm] [271] Revert some changes which were part of another unfinished change

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 13:40:54 CET 2011 +

+
+ +
Revision: 271
+Author:   pterjan
+Date:     2011-01-12 13:40:54 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+Revert some changes which were part of another unfinished change
+
+Modified Paths:
+--------------
+    build_system/web/index.php
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-12 11:52:13 UTC (rev 270)
++++ build_system/web/index.php	2011-01-12 12:40:54 UTC (rev 271)
+@@ -48,7 +48,7 @@
+ 
+     $status = $val[1];
+     $data = $val[10];
+-    $pkgs[$key]["status"][$status] = $data;
++    $pkgs[$key]["status"][$status] = 1;
+     $ext = $val[11];
+     if ($ext == ".src.rpm.info") {
+         preg_match("!^(?:@\d+:)?(.*)!", $data, $name);
+@@ -58,9 +58,8 @@
+     } else if ($ext == ".youri") {
+         $pkgs[$key]["status"]["youri"] = 1;
+     } else if ($ext == ".lock") {
+-	preg_match("/(.*)\..*\.(.*)\.\d+\.\d+/", "(\1@\2)", $data);
+         // parse build bot from $data
+-        $pkgs[$key]["status"]["build"] = $data;
++        $pkgs[$key]["status"]["build"] = 1;
+     }
+ }
+ // sort by key in reverse order to have more recent pkgs first
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/105985ce/attachment.html>
+
+ + + + + + + + + + + + + +
+

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