Commit c9dbd966 authored by Vitaly Lipatov's avatar Vitaly Lipatov

1.9.5-alt1

- rpmgp: add support for clone via public url
parent d0e08209
etersoft-build-utils-1.9.3: 23 Dec 2010 etersoft-build-utils-1.9.5: 28 Dec 2010
- rpmgp: add support for clone via public url
etersoft-build-utils-1.9.4: 23 Dec 2010
- gpush: rewrite girar/branch detection part, refactoring - gpush: rewrite girar/branch detection part, refactoring
- gpush: use origin by default if exists - gpush: use origin by default if exists
- rpmbs: use name from spec as target repo name - rpmbs: use name from spec as target repo name
......
...@@ -32,7 +32,7 @@ POCKET= ...@@ -32,7 +32,7 @@ POCKET=
TASKNUMBER= TASKNUMBER=
############################# #############################
Usage="Usage: $name [GIRAR] [-s|-t|-u|-a|-c] [-o -z -n -p --nodeps] [spec or src.rpm]..." Usage="Usage: $name [GIRAR] [-s|-t|-u|-a|-c] [-o -z -n -p --nodeps] [-k [TARGETDIR]] [spec or src.rpm]..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
...@@ -46,8 +46,11 @@ phelp() ...@@ -46,8 +46,11 @@ phelp()
echog " -u - sign and run gear build task after build" echog " -u - sign and run gear build task after build"
echog " -a TASK - sign package(s)/repo, push/upload it and add to (shared) task TASK" echog " -a TASK - sign package(s)/repo, push/upload it and add to (shared) task TASK"
echog " -p POCKET - build package in POCKET (supported on git.etersoft.ru only)" echog " -p POCKET - build package in POCKET (supported on git.etersoft.ru only)"
echog " -b REPONAME - binary repository name (4.1, 5.0, 5.1 and so on)" echog "Korinf options:"
#echog " -k [TARGET] - generate src.rpm and publish to TARGET dir (from Source: by default)"
#echog " -r [RELEASE] - publish to RELEASE target dir version"
echog "Ext. options:" echog "Ext. options:"
echog " -b REPONAME - binary repository name (4.1, 5.0, 5.1 and so on)"
echog " -c - only sign package(s) with checking" echog " -c - only sign package(s) with checking"
echog " -f - force operation (overwrite tag)" echog " -f - force operation (overwrite tag)"
echog " -s - sign package(s) and copy it to upload dir (ETERDESTSRPM)" echog " -s - sign package(s) and copy it to upload dir (ETERDESTSRPM)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment