[geard] make integration tests more resilient

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed May 7 18:47:46 UTC 2014


commit d7a1691094250c9e836ea1875c36b048e5a4536b
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed May 7 14:48:03 2014 -0400

    make integration tests more resilient

 .gitignore |    1 +
 geard.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cae0f6d..d7cf3c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /geard-b31df16.tar.gz
 /geard-7fd4f55.tar.gz
+/geard-c105889.tar.gz
diff --git a/geard.spec b/geard.spec
index 86d4e9d..da2c15f 100644
--- a/geard.spec
+++ b/geard.spec
@@ -9,13 +9,13 @@
 %global debug_package %{nil}
 %global gopath  %{_datadir}/gocode
 
-%global commit      7fd4f55df7f657c6c6cf424b01dd46ca6ce28353
+%global commit      c10588936f5c0829799a9db39030c25ee6da7fc9
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           geard
 Version:        0
-Release:        0.6.git%{shortcommit}%{?dist}
-Summary:        CLI client for installing Docker images as containers
+Release:        0.7.git%{shortcommit}%{?dist}
+Summary:        Geard
 License:        ASL 2.0
 URL:            http://github.com/openshift/geard
 ExclusiveArch:  x86_64
@@ -90,6 +90,9 @@ install -d -p %{buildroot}%{_sharedstatedir}/containers
 %dir %{_sharedstatedir}/containers
 
 %changelog
+* Wed May 07 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0-0.7.git
+- make tests more resilient
+
 * Fri May 02 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 0-0.6.git
 - release 6
 
diff --git a/sources b/sources
index 4be67f8..e87858b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f56db613c1f40a45fa64d3c3dccf7051  geard-7fd4f55.tar.gz
+6113c405955ea965a5cb9f927a6bb01a  geard-c105889.tar.gz


More information about the scm-commits mailing list