diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002453.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002453.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002453.html b/zarb-ml/mageia-sysadm/2011-January/002453.html new file mode 100644 index 000000000..dd5804891 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002453.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [347] don't include topdir in svn command when commiting sha1. lst to avoid out of date errors + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B347%5D%20don%27t%20include%20topdir%20in%20svn%20command%20when%0A%20commiting%20sha1.%20lst%20to%20avoid%20out%20of%20date%20errors&In-Reply-To=%3C20110125190715.F2C314311C%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="002452.html"> + <LINK REL="Next" HREF="002456.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [347] don't include topdir in svn command when commiting sha1. lst to avoid out of date errors</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B347%5D%20don%27t%20include%20topdir%20in%20svn%20command%20when%0A%20commiting%20sha1.%20lst%20to%20avoid%20out%20of%20date%20errors&In-Reply-To=%3C20110125190715.F2C314311C%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [347] don't include topdir in svn command when commiting sha1. lst to avoid out of date errors">root at mageia.org + </A><BR> + <I>Tue Jan 25 20:07:15 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002452.html">[Mageia-sysadm] [346] svn update sha1.lst file before updating and commiting it +</A></li> + <LI>Next message: <A HREF="002456.html">[Mageia-sysadm] [348] add upload and del commands in help (reported by ahmad) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2453">[ date ]</a> + <a href="thread.html#2453">[ thread ]</a> + <a href="subject.html#2453">[ subject ]</a> + <a href="author.html#2453">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 347 +Author: boklm +Date: 2011-01-25 20:07:15 +0100 (Tue, 25 Jan 2011) +Log Message: +----------- +don't include topdir in svn command when commiting sha1.lst to avoid out of date errors + +Modified Paths: +-------------- + build_system/mgarepo/trunk/MgaRepo/binrepo.py + +Modified: build_system/mgarepo/trunk/MgaRepo/binrepo.py +=================================================================== +--- build_system/mgarepo/trunk/MgaRepo/binrepo.py 2011-01-25 19:00:38 UTC (rev 346) ++++ build_system/mgarepo/trunk/MgaRepo/binrepo.py 2011-01-25 19:07:15 UTC (rev 347) +@@ -313,7 +313,7 @@ + if not message: + message = "%s: delete binary file %s" % (silent, bpath) + if commit: +- svn.commit(topdir + " " + sources, log=message, nonrecursive=True) ++ svn.commit(sources, log=message, nonrecursive=True) + binlink = os.path.join(topdir, "SOURCES", bpath) + if os.path.islink(binlink): + os.unlink(binlink) +@@ -375,7 +375,7 @@ + else: + svn.add(sources) + update.join() +- svn.commit(topdir + " " + sources, log=message, nonrecursive=True) ++ svn.commit(sources, log=message, nonrecursive=True) + + def mapped_revision(target, revision, wc=False): + """Maps a txtrepo revision to a binrepo datespec +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110125/b811ef5e/attachment.html> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002452.html">[Mageia-sysadm] [346] svn update sha1.lst file before updating and commiting it +</A></li> + <LI>Next message: <A HREF="002456.html">[Mageia-sysadm] [348] add upload and del commands in help (reported by ahmad) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2453">[ date ]</a> + <a href="thread.html#2453">[ thread ]</a> + <a href="subject.html#2453">[ subject ]</a> + <a href="author.html#2453">[ 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> |