summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002085.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002085.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002085.html105
1 files changed, 105 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [296] - fix string formating
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B296%5D%20-%20fix%20string%20formating&In-Reply-To=%3C20110114125231.A58C44245B%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002095.html">
+ <LINK REL="Next" HREF="002086.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [296] - fix string formating</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B296%5D%20-%20fix%20string%20formating&In-Reply-To=%3C20110114125231.A58C44245B%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [296] - fix string formating">root at mageia.org
+ </A><BR>
+ <I>Fri Jan 14 13:52:31 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002095.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI>Next message: <A HREF="002086.html">[Mageia-sysadm] [297] fix matching files for last 2 days only
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2085">[ date ]</a>
+ <a href="thread.html#2085">[ thread ]</a>
+ <a href="subject.html#2085">[ subject ]</a>
+ <a href="author.html#2085">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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(&quot;rpm -i --define '_sourcedir %s/SOURCES' &quot; +
+- &quot;--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s&quot;
++ execcmd((&quot;rpm -i --define '_sourcedir %s/SOURCES' &quot; +
++ &quot;--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s&quot;)
+ % (topdir, topdir, topdir, self.filename))
+
+ # vim:et:ts=4:sw=4
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110114/086e4237/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002095.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI>Next message: <A HREF="002086.html">[Mageia-sysadm] [297] fix matching files for last 2 days only
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2085">[ date ]</a>
+ <a href="thread.html#2085">[ thread ]</a>
+ <a href="subject.html#2085">[ subject ]</a>
+ <a href="author.html#2085">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>