[pungi] Use a lockfile around things that modify the cachedir. (rbean)

Dennis Gilmore ausil at fedoraproject.org
Tue Apr 29 21:31:32 UTC 2014


commit c313a94b93130f4e28872103ee331e00e5e6d157
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Apr 29 16:31:46 2014 -0500

    Use a lockfile around things that modify the cachedir. (rbean)
    
    - Improve logging for missing srpms. (rbean)
    - honour the --nosource option (dennis)
    - support ppc64le in pungi (hamzy)
    - Add configurable compression type to pungi (default to xz) (rbean)

 .gitignore |    1 +
 pungi.spec |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2ab1f9..da005bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ pungi-2.1.2.tar.bz2
 /pungi-3.01.tar.bz2
 /pungi-3.02.tar.bz2
 /pungi-3.03.tar.bz2
+/pungi-3.04.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index fc926e5..0ecb870 100644
--- a/pungi.spec
+++ b/pungi.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pungi
-Version:        3.03
+Version:        3.04
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -55,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 29 2014 Dennis Gilmore <dennis at ausil.us - 3.04-1
+- Use a lockfile around things that modify the cachedir. (rbean)
+- Improve logging for missing srpms. (rbean)
+- honour the --nosource option (dennis)
+- support ppc64le in pungi (hamzy)
+- Add configurable compression type to pungi (default to xz) (rbean)
+
 * Thu Oct 31 2013 Dennis Gilmore <dennis at ausil.us> - 3.03-1
 - revert to the old way of doing versioning as the change in 3.01 did not work
 
diff --git a/sources b/sources
index a12b2b7..eac191b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-627340073cd58155ae662f2c1bf5140e  pungi-3.03.tar.bz2
+eec287bd1c6cda0c862a6a990e10e93d  pungi-3.04.tar.bz2


More information about the scm-commits mailing list