[gradle] force full details for build failure PATCH31

gil gil at fedoraproject.org
Tue Apr 16 10:31:08 UTC 2013


commit f38c1b95f61b7b20a65ef86f83a4dd3d7aba88cf
Author: gil <puntogil at libero.it>
Date:   Tue Apr 16 12:30:55 2013 +0200

    force full details for build failure PATCH31

 gradle.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gradle.spec b/gradle.spec
index cb67a47..4a4f4b2 100644
--- a/gradle.spec
+++ b/gradle.spec
@@ -2,7 +2,7 @@
 %global namedreltag  %{nil}
 %global namedversion %{version}%{?namedreltag}
 %global nameddottag  %(echo %{?namedreltag} | tr - . ) 
-%global bootstrap   0
+%global bootstrap   1
 
 # TODO grails-core.jar http://repo1.maven.org/maven2/org/grails/grails-core/1.3.7/grails-core-1.3.7.jar
 # https://github.com/grails/grails-core/
@@ -30,7 +30,7 @@
 
 Name:          gradle
 Version:       1.0
-Release:       12%{?nameddottag}%{?dist}
+Release:       13%{?nameddottag}%{?dist}
 Summary:       Groovy based build system
 Group:         Development/Tools
 License:       ASL 2.0
@@ -579,6 +579,10 @@ fi
 %doc LICENSE NOTICE
 
 %changelog
+* Tue Apr 16 2013 gil cattaneo <puntogil at libero.it> 1.0-13
+- force full details for build failure PATCH31
+- bootstrap mode
+
 * Tue Apr 16 2013 gil cattaneo <puntogil at libero.it> 1.0-12
 - rebuilt non bootstrap mode
 


More information about the scm-commits mailing list