SPECS: builder - resolve option name conflict

baggins baggins at pld-linux.org
Tue Apr 25 16:29:43 CEST 2006


Author: baggins                      Date: Tue Apr 25 14:29:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- resolve option name conflict

---- Files affected:
SPECS:
   builder (1.419 -> 1.420) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.419 SPECS/builder:1.420
--- SPECS/builder:1.419	Tue Apr 25 16:22:43 2006
+++ SPECS/builder	Tue Apr 25 16:29:38 2006
@@ -243,7 +243,7 @@
 -ns, --no-srcs      - don't download Sources
 -ns0, --no-source0  - don't download Source0
 -nn, --no-net       - don't download anything from the net
--ni, --no-init      - don't initialize builder paths (SPECS and SOURCES)
+--no-init           - don't initialize builder paths (SPECS and SOURCES)
 -ske,
 --skip-existing-files - skip existing files in get_files
 --opts <rpm opts>   - additional options for rpm
@@ -1706,7 +1706,7 @@
 			NOSRCS="yes"
 			ALWAYS_CVSUP="no"
 			shift;;
-		-ni | --no-init )
+		--no-init )
 			NOINIT="yes"
 			shift;;
 		--opts )
================================================================

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



More information about the pld-cvs-commit mailing list