extras-buildsys ChangeLog,1.126.2.44.2.1.2.29,1.126.2.44.2.1.2.30

Michael Schwendt mschwendt at fedoraproject.org
Mon Sep 29 16:06:23 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28463

Modified Files:
      Tag: Plague-0_4_5
	ChangeLog 
Log Message:
- add and use LockFile module with optional POSIX locking-style
- pushscript reuses this module



Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.126.2.44.2.1.2.29
retrieving revision 1.126.2.44.2.1.2.30
diff -u -r1.126.2.44.2.1.2.29 -r1.126.2.44.2.1.2.30
--- ChangeLog	21 Sep 2008 13:36:36 -0000	1.126.2.44.2.1.2.29
+++ ChangeLog	29 Sep 2008 16:05:53 -0000	1.126.2.44.2.1.2.30
@@ -1,3 +1,14 @@
+2008-09-29  Michael Schwendt <mschwendt at fedoraproject.org>
+
+	* server/Repo.py
+	  - Replace the repository write-lock with the LockFile module.
+	  - Add server option "locktype" in section "General".
+	    Can be set to "posix" or "flock" (the default).
+
+	* common/LockFile.py
+	  - Add this based on an older version used by the pushscript.
+	    It adds POSIX fcntl() write-lock support.
+
 2008-09-20  Michael Schwendt <mschwendt at fedoraproject.org>
 
 	* Release of 0.4.5.6




More information about the fedora-extras-commits mailing list