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/002468.html | 88 ++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002468.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002468.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002468.html b/zarb-ml/mageia-sysadm/2011-January/002468.html new file mode 100644 index 000000000..b6a52d226 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002468.html @@ -0,0 +1,88 @@ + + + + [Mageia-sysadm] [356] remove all paths passed as argument + + + + + + + + + +

[Mageia-sysadm] [356] remove all paths passed as argument

+ root at mageia.org + root at mageia.org +
+ Thu Jan 27 21:31:40 CET 2011 +

+
+ +
Revision: 356
+Author:   boklm
+Date:     2011-01-27 21:31:39 +0100 (Thu, 27 Jan 2011)
+Log Message:
+-----------
+remove all paths passed as argument
+
+Modified Paths:
+--------------
+    build_system/mgarepo/trunk/MgaRepo/rpmutil.py
+
+Modified: build_system/mgarepo/trunk/MgaRepo/rpmutil.py
+===================================================================
+--- build_system/mgarepo/trunk/MgaRepo/rpmutil.py	2011-01-27 19:19:30 UTC (rev 355)
++++ build_system/mgarepo/trunk/MgaRepo/rpmutil.py	2011-01-27 20:31:39 UTC (rev 356)
+@@ -669,7 +669,8 @@
+     refurl = binrepo.svn_root(paths[0])
+     if not binrepo.enabled(refurl):
+         raise Error, "binary repository is not enabled for %s" % refurl
+-    binrepo.remove(paths[0])
++    for path in paths:
++        binrepo.remove(path)
+ 
+ def switch(mirrorurl=None):
+     svn  = SVN()
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110127/f052795e/attachment.html>
+
+ + + + + + + +
+

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