diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002469.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002469.html | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002469.html b/zarb-ml/mageia-sysadm/2011-January/002469.html new file mode 100644 index 000000000..4713bf323 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002469.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [357] don't set binrepo revision with propset (not used) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B357%5D%20don%27t%20set%20binrepo%20revision%20with%20propset%20%28not%0A%09used%29&In-Reply-To=%3C20110127211919.4D48143311%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="002468.html"> + <LINK REL="Next" HREF="002470.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [357] don't set binrepo revision with propset (not used)</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B357%5D%20don%27t%20set%20binrepo%20revision%20with%20propset%20%28not%0A%09used%29&In-Reply-To=%3C20110127211919.4D48143311%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [357] don't set binrepo revision with propset (not used)">root at mageia.org + </A><BR> + <I>Thu Jan 27 22:19:19 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002468.html">[Mageia-sysadm] [356] remove all paths passed as argument +</A></li> + <LI>Next message: <A HREF="002470.html">[Mageia-sysadm] [358] add commit option +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2469">[ date ]</a> + <a href="thread.html#2469">[ thread ]</a> + <a href="subject.html#2469">[ subject ]</a> + <a href="author.html#2469">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 357 +Author: boklm +Date: 2011-01-27 22:19:18 +0100 (Thu, 27 Jan 2011) +Log Message: +----------- +don't set binrepo revision with propset (not used) + +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-27 20:31:39 UTC (rev 356) ++++ build_system/mgarepo/trunk/MgaRepo/binrepo.py 2011-01-27 21:19:18 UTC (rev 357) +@@ -18,8 +18,6 @@ + BINARIES_DIR_NAME = "SOURCES" + BINARIES_CHECKOUT_NAME = "SOURCES-bin" + +-PROP_BINREPO_REV = "binrepo-rev" +- + BINREPOS_SECTION = "binrepos" + + SOURCES_FILE = "sha1.lst" +@@ -220,7 +218,6 @@ + rev = svn.commit(bindir, log=log) + else: + rev = svn.import_(bintopdir, topurl, log=log) +- svn.propset(PROP_BINREPO_REV, str(rev), topdir) + update.join() + svn.add(sources_path(topdir)) + finally: +@@ -369,7 +366,6 @@ + svn.update(sources) + update = update_sources_threaded(topdir, added=paths) + rev = svn.commit(binpath, log=message) +- svn.propset(PROP_BINREPO_REV, str(rev), topdir) + if svn.info2(sources): + svn.update(sources) + else: +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110127/47de2720/attachment-0001.html> +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002468.html">[Mageia-sysadm] [356] remove all paths passed as argument +</A></li> + <LI>Next message: <A HREF="002470.html">[Mageia-sysadm] [358] add commit option +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2469">[ date ]</a> + <a href="thread.html#2469">[ thread ]</a> + <a href="subject.html#2469">[ subject ]</a> + <a href="author.html#2469">[ 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> |