Commit fa9111e5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update QuickHelp

parent f4eadc85
--------------------------- ---------------------------
ginit - initialize repo in git.alt for current project ginit [GEAR] - initialize repo in git.eter for current project
Use: ginit without parameters Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo
--------------------------- ---------------------------
gpush - publish current project repo to git.alt gpull [args] - do git pull --rebase
Use: gpush without parameters Use: ginit without parameters
---------------------------
gpush - publish current project repo to git.eter
Use: gpush [-f|--force] [-a|--all] [project name] [target branch]
--------------------------- ---------------------------
...@@ -27,8 +33,6 @@ Usage: [-t -i -h -r] bin.rpm... ...@@ -27,8 +33,6 @@ Usage: [-t -i -h -r] bin.rpm...
myhsh - build package via hasher myhsh - build package via hasher
Usage: [-m -s -u -i -c] src.rpm... Usage: [-m -s -u -i -c] src.rpm...
: :
-s - ()
-u - ()
-i - install built packages in test hasher -i - install built packages in test hasher
-c - build without stuff (previous built packages) -c - build without stuff (previous built packages)
...@@ -45,7 +49,8 @@ Usage: [-c -p -i -r] spec... ...@@ -45,7 +49,8 @@ Usage: [-c -p -i -r] spec...
--------------------------- ---------------------------
rpmbph - backports spec and rebuild it rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] spec... Usage: [-r -u -U -n -i -m -v] [-M??] spec...
Use rpmbph -M40 for backport to ALT 4.0 and so on
: :
-r - ̣ -r - ̣
-u/-U - sign and upload after build -u/-U - sign and upload after build
...@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec... ...@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec...
: :
-s - () -s - ()
-c - () -c - ()
-u - sign package(s) and upload it to Incoming (backports) -u - sign package(s), upload it and run build
-U - sign package(s) and upload it to Incoming (updates) -a TASK - sign package(s), update it and add to task TASK
-d - remove package(s) from SRPMS and Incoming
-n - do not check with sisyphus_check before upload -n - do not check with sisyphus_check before upload
-o - create nosrc.rpm package -o - create nosrc.rpm package
-z - create src.rpm with compatible gzip compression -z - create src.rpm with compatible gzip compression
...@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher ...@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec... Usage: [-r -s -u -m -i -c] spec...
: :
-r - ̣ -r - ̣
-m - sent result via email -t - make temporary commit before build (rpmbb like behavior)
-u/-U - sign and upload after build -u/-U - sign and upload after build
-u - () -u - ()
-i - install built packages in test hasher -i - install built packages in test hasher
...@@ -95,25 +99,32 @@ Usage: [options] [system] pkgname ...@@ -95,25 +99,32 @@ Usage: [options] [system] pkgname
rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it
name - src.rpm name - src.rpm
system - name of system (ALT Linux by default if -a missed too) system - name of system (ALT Linux by default if -a missed too)
-a check for pkgname in all known repositories -a search pkgname in all known repositories
-b install packages needed for build (installs with sudo apt-get) (need spec not package name) -b install packages needed for build (use sudo apt-get) (need spec not package name)
-c check for exist the package in ALT Linux repository -c check if this package exists in the ALT Linux repository
-d download all matches packages from all repositories -d download all matched packages
-l lists packages needed for build (in local pkg system notation) (experimental) -l list packages needed for build (in local pkg system notation) (experimental)
-n do not install in RPM after download, download in current dir -n do not install after download, just download in current dir
-r refresh package list (download it again) -r refresh package list (download it again)
-s lists all known systems -s list all known remote repositories
--------------------------- ---------------------------
rpmgs - get sources for spec rpmgs - get sources for spec
Usage: [-a -r ] spec... Usage: [-a -r ] spec ... | spec new_version
You can run rpmgs file.spec new_version for set new version and download it
: :
-a - ( (0)) -a - ( (0))
-f - -f -
--------------------------- ---------------------------
rpmpub - Etersoft specific script for publish gear repo to target ftp dir
Usage: rpmpub [-r PROJECTVERSION ] [SPEC] [TARGETDIR]
You can set default target dir in UPLOADDIR variable in config file
---------------------------
rpmqf - the same as rpm -qf rpmqf - the same as rpm -qf
......
--------------------------- ---------------------------
ginit - initialize repo in git.alt for current project ginit [GEAR] - initialize repo in git.eter for current project
Use: ginit without parameters Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo
--------------------------- ---------------------------
gpush - publish current project repo to git.alt gpull [args] - do git pull --rebase
Use: gpush without parameters Use: ginit without parameters
---------------------------
gpush - publish current project repo to git.eter
Use: gpush [-f|--force] [-a|--all] [project name] [target branch]
--------------------------- ---------------------------
...@@ -27,8 +33,6 @@ Options: ...@@ -27,8 +33,6 @@ Options:
myhsh - build package via hasher myhsh - build package via hasher
Usage: [-m -s -u -i -c] src.rpm... Usage: [-m -s -u -i -c] src.rpm...
Options: Options:
-s - sign package(s)
-u - sign and upload package(s) to Incoming
-i - install built packages in test hasher -i - install built packages in test hasher
-c - build without stuff (previous built packages) -c - build without stuff (previous built packages)
...@@ -45,7 +49,8 @@ Options: ...@@ -45,7 +49,8 @@ Options:
--------------------------- ---------------------------
rpmbph - backports spec and rebuild it rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] spec... Usage: [-r -u -U -n -i -m -v] [-M??] spec...
Use rpmbph -M40 for backport to ALT 4.0 and so on
Options: Options:
-r - remote build -r - remote build
-u/-U - sign and upload after build -u/-U - sign and upload after build
...@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec... ...@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec...
Options: Options:
-s - sign package(s) and move it to upload dir -s - sign package(s) and move it to upload dir
-c - only sign package(s) with checking -c - only sign package(s) with checking
-u - sign package(s) and upload it to Incoming (backports) -u - sign package(s), upload it and run build
-U - sign package(s) and upload it to Incoming (updates) -a TASK - sign package(s), update it and add to task TASK
-d - remove package(s) from SRPMS and Incoming
-n - do not check with sisyphus_check before upload -n - do not check with sisyphus_check before upload
-o - create nosrc.rpm package -o - create nosrc.rpm package
-z - create src.rpm with compatible gzip compression -z - create src.rpm with compatible gzip compression
...@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher ...@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec... Usage: [-r -s -u -m -i -c] spec...
Options: Options:
-r - remote build -r - remote build
-m - sent result via email -t - make temporary commit before build (rpmbb like behavior)
-u/-U - sign and upload after build -u/-U - sign and upload after build
-s - sign and and copy to upload after build -s - sign and and copy to upload after build
-i - install built packages in test hasher -i - install built packages in test hasher
...@@ -95,25 +99,32 @@ Options: ...@@ -95,25 +99,32 @@ Options:
rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it
name - installed package name or src.rpm name - installed package name or src.rpm
system - name of system (ALT Linux by default if -a missed too) system - name of system (ALT Linux by default if -a missed too)
-a check for pkgname in all known repositories -a search pkgname in all known repositories
-b install packages needed for build (installs with sudo apt-get) (need spec not package name) -b install packages needed for build (use sudo apt-get) (need spec not package name)
-c check for exist the package in ALT Linux repository -c check if this package exists in the ALT Linux repository
-d download all matches packages from all repositories -d download all matched packages
-l lists packages needed for build (in local pkg system notation) (experimental) -l list packages needed for build (in local pkg system notation) (experimental)
-n do not install in RPM after download, download in current dir -n do not install after download, just download in current dir
-r refresh package list (download it again) -r refresh package list (download it again)
-s lists all known systems -s list all known remote repositories
--------------------------- ---------------------------
rpmgs - get sources for spec rpmgs - get sources for spec
Usage: [-a -r ] spec... Usage: [-a -r ] spec ... | spec new_version
You can run rpmgs file.spec new_version for set new version and download it
Options: Options:
-a - get all source (not only 0) -a - get all source (not only 0)
-f - force download (remove source before download) -f - force download (remove source before download)
--------------------------- ---------------------------
rpmpub - Etersoft specific script for publish gear repo to target ftp dir
Usage: rpmpub [-r PROJECTVERSION ] [SPEC] [TARGETDIR]
You can set default target dir in UPLOADDIR variable in config file
---------------------------
rpmqf - the same as rpm -qf rpmqf - the same as rpm -qf
......
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