summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002453.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2011-January/002453.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002453.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002453.html101
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 = &quot;%s: delete binary file %s&quot; % (silent, bpath)
+ if commit:
+- svn.commit(topdir + &quot; &quot; + sources, log=message, nonrecursive=True)
++ svn.commit(sources, log=message, nonrecursive=True)
+ binlink = os.path.join(topdir, &quot;SOURCES&quot;, bpath)
+ if os.path.islink(binlink):
+ os.unlink(binlink)
+@@ -375,7 +375,7 @@
+ else:
+ svn.add(sources)
+ update.join()
+- svn.commit(topdir + &quot; &quot; + sources, log=message, nonrecursive=True)
++ svn.commit(sources, log=message, nonrecursive=True)
+
+ def mapped_revision(target, revision, wc=False):
+ &quot;&quot;&quot;Maps a txtrepo revision to a binrepo datespec
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110125/b811ef5e/attachment.html&gt;
+</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>