]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fixed duoble meaning of `-a' option:
authortwittner <twittner@pld-linux.org>
Tue, 26 Jul 2005 18:04:55 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
    $ ./builder --help | grep -- -a,
    -a, --adapter[ize]  - run adapter.awk on SPECFILE
    -a, --as_anon       - get files via pserver as cvs@cvs.pld-linux.org

    $ ./builder -a trf.spec
    awk: cannot open trf.spec (No such file or directory)
    diff: trf.spec: No such file or directory
    The SPEC is perfect ;)
- Rather builder has defect ;)

Changed files:
    builder.sh -> 1.320

builder.sh

index 067291613fd5ee286369622383f79e3df6cc0eca..a40ab50a0bade14e11532e96020cdad9fa6e300b 100644 (file)
@@ -184,7 +184,7 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
 [--with/--without <feature>] [--define <macro> <value>] <package>[.spec]
 
 -5, --update-md5    - update md5 comments in spec, implies -nd -ncs
--a, --adapter[ize]  - run adapter.awk on SPECFILE
+--adapter[ize]      - run adapter.awk on SPECFILE
 -a5, --add-md5      - add md5 comments to URL sources, implies -nc -nd -ncs
 -n5, --no-md5       - ignore md5 comments in spec
 -D, --debug         - enable builder script debugging mode,
@@ -1379,7 +1379,7 @@ do
                        NOCVSSPEC="yes"
                        UPDATE5="yes"
                        shift ;;
-               -a | --adapter | --adapterize )
+               --adapter | --adapterize )
                        COMMAND="adapterize";
                        NODIST="yes"
                        NOCVSSPEC="yes"
This page took 0.084841 seconds and 4 git commands to generate.