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/002469.html | 103 +++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002469.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002469.html') 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 @@ + + + + [Mageia-sysadm] [357] don't set binrepo revision with propset (not used) + + + + + + + + + +

[Mageia-sysadm] [357] don't set binrepo revision with propset (not used)

+ root at mageia.org + root at mageia.org +
+ Thu Jan 27 22:19:19 CET 2011 +

+
+ +
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>
+
+ + + + + + + +
+

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