SPECS: builder - display_branches() when `--show-bconds' switch is...

hns hns at pld-linux.org
Fri Nov 25 12:33:56 CET 2005


Author: hns                          Date: Fri Nov 25 11:33:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- display_branches() when `--show-bconds' switch is used, so you can see
  them too.

---- Files affected:
SPECS:
   builder (1.350 -> 1.351) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.350 SPECS/builder:1.351
--- SPECS/builder:1.350	Fri Nov 25 12:23:12 2005
+++ SPECS/builder	Fri Nov 25 12:33:51 2005
@@ -1699,10 +1699,8 @@
 			get_spec;
 			set_bconds_values;
 			display_bconds;
-			if [ X"$SHOW_BCONDS" = X"yes" ]; then
-				exit 0
-			fi
 			display_branches;
+			[ X"$SHOW_BCONDS" = X"yes" ] && exit 0
 			fetch_build_requires;
 			parse_spec;
 			if [ "$INTEGER_RELEASE" = "yes" ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.350&r2=1.351&f=u




More information about the pld-cvs-commit mailing list