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/002231.html | 117 +++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002231.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002231.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002231.html b/zarb-ml/mageia-sysadm/2011-January/002231.html new file mode 100644 index 000000000..ade9b7af1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002231.html @@ -0,0 +1,117 @@ + + + + [Mageia-sysadm] [320] Revert something accidentaly commited + + + + + + + + + +

[Mageia-sysadm] [320] Revert something accidentaly commited

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 23:46:16 CET 2011 +

+
+ +
Revision: 320
+Author:   pterjan
+Date:     2011-01-18 23:46:16 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+Revert something accidentaly commited
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/ulri
+
+Modified: build_system/iurt/trunk/ulri
+===================================================================
+--- build_system/iurt/trunk/ulri	2011-01-18 22:30:20 UTC (rev 319)
++++ build_system/iurt/trunk/ulri	2011-01-18 22:46:16 UTC (rev 320)
+@@ -165,6 +165,7 @@
+ 
+ $run{pidfile_home} = $config->{tmp};
+ $run{pidfile} = "upload";
++my $pidfile = check_pid(\%run);
+ 
+ #my $cache = init_cache(\%run, $config, { done => {} });
+ my $cache = { done => {} };
+@@ -293,7 +294,6 @@
+ 
+ plog('MSG', "check build bot results");
+ 
+-my $pidfile = check_pid(\%run);
+ my %later;
+ foreach my $prefix (keys %pkg_tree) {
+     my $ent = $pkg_tree{$prefix};
+@@ -538,7 +538,6 @@
+ 
+     } # end bot
+ } # end prefix
+-unlink $pidfile;
+ 
+ 
+ #
+@@ -749,6 +748,7 @@
+     map { sprintf("%s(%d)", $_, $to_compile{$_}) } keys %to_compile : "none");
+ 
+ 
++unlink $pidfile;
+ #dump_cache(\%run);
+ exit();
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/1c04a533/attachment.html>
+
+ + + + + + + + + + + + + + +
+

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