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/001501.html | 121 +++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001501.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001501.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001501.html b/zarb-ml/mageia-sysadm/2011-January/001501.html new file mode 100644 index 000000000..2f36e1dc6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001501.html @@ -0,0 +1,121 @@ + + + + [Mageia-sysadm] [204] fix problem with python threads on 2010.1 + + + + + + + + + +

[Mageia-sysadm] [204] fix problem with python threads on 2010.1

+ root at mageia.org + root at mageia.org +
+ Tue Jan 4 17:15:53 CET 2011 +

+
+ +
Revision: 204
+Author:   boklm
+Date:     2011-01-04 17:15:53 +0100 (Tue, 04 Jan 2011)
+Log Message:
+-----------
+fix problem with python threads on 2010.1
+
+Modified Paths:
+--------------
+    build_system/repsys/trunk/CHANGES
+    build_system/repsys/trunk/RepSys/binrepo.py
+    build_system/repsys/trunk/repsys
+
+Modified: build_system/repsys/trunk/CHANGES
+===================================================================
+--- build_system/repsys/trunk/CHANGES	2011-01-04 16:10:45 UTC (rev 203)
++++ build_system/repsys/trunk/CHANGES	2011-01-04 16:15:53 UTC (rev 204)
+@@ -1,4 +1,7 @@
+-* Development
++* 1.9.1-binrepo
++- fix problem with python threads on 2010.1
++
++* 1.9-binrepo
+ - added support to "binary repository"
+ - added new commands upload, up and del to help handling tarballs in the
+   binaries repository
+
+Modified: build_system/repsys/trunk/RepSys/binrepo.py
+===================================================================
+--- build_system/repsys/trunk/RepSys/binrepo.py	2011-01-04 16:10:45 UTC (rev 203)
++++ build_system/repsys/trunk/RepSys/binrepo.py	2011-01-04 16:15:53 UTC (rev 204)
+@@ -297,6 +297,7 @@
+ def update_sources_threaded(*args, **kwargs):
+     t = threading.Thread(target=update_sources, args=args, kwargs=kwargs)
+     t.start()
++    t.join()
+     return t
+ 
+ def upload(path, message=None):
+
+Modified: build_system/repsys/trunk/repsys
+===================================================================
+--- build_system/repsys/trunk/repsys	2011-01-04 16:10:45 UTC (rev 203)
++++ build_system/repsys/trunk/repsys	2011-01-04 16:15:53 UTC (rev 204)
+@@ -4,7 +4,7 @@
+ import getopt
+ import sys
+ 
+-VERSION="1.9-binrepo"
++VERSION="1.9.1-binrepo"
+ 
+ HELP = """\
+ Usage: repsys COMMAND [COMMAND ARGUMENTS]
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110104/62a507a0/attachment.html>
+
+ + + + + + + + + + + + +
+

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