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 --- .../20110131/58d34b57/attachment-0001.html | 99 ++++++++++++++++++++++ .../attachments/20110131/58d34b57/attachment.html | 99 ++++++++++++++++++++++ 2 files changed, 198 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110131') diff --git a/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment-0001.html new file mode 100644 index 000000000..ec270c175 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment-0001.html @@ -0,0 +1,99 @@ + + + +[374] Add link to the svn commit + + + + +
+
+
Revision
374
+
Author
pterjan
+
Date
2011-01-31 12:02:12 +0100 (Mon, 31 Jan 2011)
+
+ +

Log Message

+
Add link to the svn commit
+ +

Modified Paths

+ + +
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-30 22:18:51 UTC (rev 373)
++++ build_system/web/index.php	2011-01-31 11:02:12 UTC (rev 374)
+@@ -151,9 +151,11 @@
+             'job'     => $val[9]
+         );
+     }
+-
+     $status = $val[1];
+     $data = $val[10];
++    if (preg_match("/@(\d+):/", $data, $revision)) {
++        $pkgs[$key]['revision'] = $revision[1];
++    }
+     $pkgs[$key]['status'][$status] = 1;
+     $ext = $val[11];
+     if ($ext == '.src.rpm.info') {
+@@ -291,8 +293,8 @@
+ <tr class="%s">
+     <td>%s</td>
+     <td><a href="?user=%s">%s</a></td>
++    <td><a href="http://viewvc.mageia.org/packages?view=revision&revision=%d">%s</a></td>
+     <td>%s</td>
+-    <td>%s</td>
+     <td>%s/%s</td>
+     <td class="status-box"></td>
+ T;
+@@ -303,6 +305,7 @@
+             $p['type'],
+             timediff(key2timestamp($key)) . ' ago',
+             $p['user'], $p['user'],
++            $p['revision'],
+             $p['package'],
+             $p['version'],
+             $p['media'], $p['section']
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment.html new file mode 100644 index 000000000..ec270c175 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110131/58d34b57/attachment.html @@ -0,0 +1,99 @@ + + + +[374] Add link to the svn commit + + + + +
+
+
Revision
374
+
Author
pterjan
+
Date
2011-01-31 12:02:12 +0100 (Mon, 31 Jan 2011)
+
+ +

Log Message

+
Add link to the svn commit
+ +

Modified Paths

+ + +
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-30 22:18:51 UTC (rev 373)
++++ build_system/web/index.php	2011-01-31 11:02:12 UTC (rev 374)
+@@ -151,9 +151,11 @@
+             'job'     => $val[9]
+         );
+     }
+-
+     $status = $val[1];
+     $data = $val[10];
++    if (preg_match("/@(\d+):/", $data, $revision)) {
++        $pkgs[$key]['revision'] = $revision[1];
++    }
+     $pkgs[$key]['status'][$status] = 1;
+     $ext = $val[11];
+     if ($ext == '.src.rpm.info') {
+@@ -291,8 +293,8 @@
+ <tr class="%s">
+     <td>%s</td>
+     <td><a href="?user=%s">%s</a></td>
++    <td><a href="http://viewvc.mageia.org/packages?view=revision&revision=%d">%s</a></td>
+     <td>%s</td>
+-    <td>%s</td>
+     <td>%s/%s</td>
+     <td class="status-box"></td>
+ T;
+@@ -303,6 +305,7 @@
+             $p['type'],
+             timediff(key2timestamp($key)) . ' ago',
+             $p['user'], $p['user'],
++            $p['revision'],
+             $p['package'],
+             $p['version'],
+             $p['media'], $p['section']
+
+
+ + + \ No newline at end of file -- cgit v1.2.1