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 --- .../20110104/62a507a0/attachment-0001.html | 106 +++++++++++++++++++++ .../attachments/20110104/62a507a0/attachment.html | 106 +++++++++++++++++++++ 2 files changed, 212 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20110104/62a507a0') diff --git a/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment-0001.html new file mode 100644 index 000000000..36c86ab8e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment-0001.html @@ -0,0 +1,106 @@ + + + +[204] fix problem with python threads on 2010.1 + + + + +
+
+
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

+ + +
+
+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]
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment.html b/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment.html new file mode 100644 index 000000000..36c86ab8e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110104/62a507a0/attachment.html @@ -0,0 +1,106 @@ + + + +[204] fix problem with python threads on 2010.1 + + + + +
+
+
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

+ + +
+
+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]
+
+
+ + + \ No newline at end of file -- cgit v1.2.1