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 --- .../20110114/957bb537/attachment-0001.html | 77 ++++++++++++++++++++++ .../attachments/20110114/957bb537/attachment.html | 77 ++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110114/957bb537') diff --git a/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment-0001.html new file mode 100644 index 000000000..4b24293e2 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment-0001.html @@ -0,0 +1,77 @@ + + + +[297] fix matching files for last 2 days only + + + + +
+
+
Revision
297
+
Author
blino
+
Date
2011-01-14 13:54:02 +0100 (Fri, 14 Jan 2011)
+
+ +

Log Message

+
fix matching files for last 2 days only
+ +

Modified Paths

+ + +
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-14 12:52:31 UTC (rev 296)
++++ build_system/web/index.php	2011-01-14 12:54:02 UTC (rev 297)
+@@ -32,7 +32,7 @@
+ 
+ chdir($upload_dir);
+ 
+-$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) ! -ctime $max_modified");
++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) -ctime -$max_modified");
+ 
+ preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock|\.done)$!m", $all_files, $matches, PREG_SET_ORDER);
+ 
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment.html new file mode 100644 index 000000000..4b24293e2 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110114/957bb537/attachment.html @@ -0,0 +1,77 @@ + + + +[297] fix matching files for last 2 days only + + + + +
+
+
Revision
297
+
Author
blino
+
Date
2011-01-14 13:54:02 +0100 (Fri, 14 Jan 2011)
+
+ +

Log Message

+
fix matching files for last 2 days only
+ +

Modified Paths

+ + +
+
+Modified: build_system/web/index.php
+===================================================================
+--- build_system/web/index.php	2011-01-14 12:52:31 UTC (rev 296)
++++ build_system/web/index.php	2011-01-14 12:54:02 UTC (rev 297)
+@@ -32,7 +32,7 @@
+ 
+ chdir($upload_dir);
+ 
+-$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) ! -ctime $max_modified");
++$all_files = shell_exec("find \( -name '*.rpm' -o -name '*.src.rpm.info' -o -name '*.youri' -o -name '*.lock' -o -name '*.done' \) -ctime -$max_modified");
+ 
+ preg_match_all("!^\./(\w+)/((\w+)/(\w+)/(\w+)/(\d+)\.(\w+)\.(\w+)\.(\d+))_?(.+)(\.src\.rpm(?:\.info)?|\.youri|\.lock|\.done)$!m", $all_files, $matches, PREG_SET_ORDER);
+ 
+
+
+ + + \ No newline at end of file -- cgit v1.2.1