diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002477.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002477.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002477.html b/zarb-ml/mageia-sysadm/2011-January/002477.html new file mode 100644 index 000000000..19186d10b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002477.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [364] delete and upload are expecting a list as first argument + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B364%5D%20delete%20and%20upload%20are%20expecting%20a%20list%20as%0A%09first%20argument&In-Reply-To=%3C20110127225803.F0BCC43321%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="002484.html"> + <LINK REL="Next" HREF="002478.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [364] delete and upload are expecting a list as first argument</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B364%5D%20delete%20and%20upload%20are%20expecting%20a%20list%20as%0A%09first%20argument&In-Reply-To=%3C20110127225803.F0BCC43321%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [364] delete and upload are expecting a list as first argument">root at mageia.org + </A><BR> + <I>Thu Jan 27 23:58:03 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002484.html">[Mageia-sysadm] [363] rename ci option to commit +</A></li> + <LI>Next message: <A HREF="002478.html">[Mageia-sysadm] [365] version 1.9.8 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2477">[ date ]</a> + <a href="thread.html#2477">[ thread ]</a> + <a href="subject.html#2477">[ subject ]</a> + <a href="author.html#2477">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 364 +Author: boklm +Date: 2011-01-27 23:58:03 +0100 (Thu, 27 Jan 2011) +Log Message: +----------- +delete and upload are expecting a list as first 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 22:48:48 UTC (rev 363) ++++ build_system/mgarepo/trunk/MgaRepo/rpmutil.py 2011-01-27 22:58:03 UTC (rev 364) +@@ -566,11 +566,11 @@ + for path in toremove: + print "D\t%s" % path + if not dryrun: +- delete(path, commit=commit) ++ delete([path], commit=commit) + for path in toadd: + print "A\t%s" % path + if not dryrun: +- upload(path, commit=commit) ++ upload([path], commit=commit) + + def commit(target=".", message=None, logfile=None): + svn = SVN() +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110127/afa81e1c/attachment.html> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002484.html">[Mageia-sysadm] [363] rename ci option to commit +</A></li> + <LI>Next message: <A HREF="002478.html">[Mageia-sysadm] [365] version 1.9.8 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2477">[ date ]</a> + <a href="thread.html#2477">[ thread ]</a> + <a href="subject.html#2477">[ subject ]</a> + <a href="author.html#2477">[ 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> |