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/002085.html | 105 +++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002085.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002085.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002085.html b/zarb-ml/mageia-sysadm/2011-January/002085.html new file mode 100644 index 000000000..2c7a2003a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002085.html @@ -0,0 +1,105 @@ + + + + [Mageia-sysadm] [296] - fix string formating + + + + + + + + + +

[Mageia-sysadm] [296] - fix string formating

+ root at mageia.org + root at mageia.org +
+ Fri Jan 14 13:52:31 CET 2011 +

+
+ +
Revision: 296
+Author:   nanardon
+Date:     2011-01-14 13:52:31 +0100 (Fri, 14 Jan 2011)
+Log Message:
+-----------
+- fix string formating
+
+Modified Paths:
+--------------
+    build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+
+Modified: build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+===================================================================
+--- build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-01-14 12:25:43 UTC (rev 295)
++++ build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-01-14 12:52:31 UTC (rev 296)
+@@ -14,8 +14,8 @@
+             self.epoch = None
+ 
+     def unpack(self, topdir):
+-        execcmd("rpm -i --define '_sourcedir %s/SOURCES' " + 
+-        "--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s"
++        execcmd(("rpm -i --define '_sourcedir %s/SOURCES' " + 
++        "--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s")
+         % (topdir, topdir, topdir, self.filename))
+ 
+ # vim:et:ts=4:sw=4
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110114/086e4237/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+

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