Commit ce56305f authored by Vitaly Lipatov's avatar Vitaly Lipatov

update QuickHelp

parent 2061a5cb
--------------------------- ---------------------------
ginit [GEAR] - initialize repo in git.eter for current project ginit [GEAR] - initialize repo in git.alt for current project
Use: ginit without parameters Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo ginit git.eter - for init in git.eter gear repo
--------------------------- ---------------------------
gpull [args] - do git pull --rebase gpull [args] - do git pull --rebase
Use: ginit without parameters Use: gpull without parameters
--------------------------- ---------------------------
gpush - publish current project repo to git.eter gpush - publish current project repo remote git repo
Use: gpush [-f|--force] [-a|--all] [project name] [target branch] Use: gpush [-f|--force] [-a|--all] [project name] [target branch]
--------------------------- ---------------------------
jmake - make with ccache using and parallel build enabled
---------------------------
loginhsh - install package in hasher / take shell loginhsh - install package in hasher / take shell
Usage: [-t -i -h -r] bin.rpm... Usage: [-t -i -h -r -c] [-M51] bin.rpm...
: :
-i - hasher ( ) -i - hasher ( )
-c - cleanup hasher -c - cleanup hasher
-o - log in as root user
-t - hasher, -t - hasher,
-r - hasher ̣ -r - hasher ̣
-M?? - branch name
--------------------------- ---------------------------
...@@ -39,22 +45,23 @@ Usage: [-m -s -u -i -c] src.rpm... ...@@ -39,22 +45,23 @@ Usage: [-m -s -u -i -c] src.rpm...
--------------------------- ---------------------------
rpmbb - build binary rpm from spec rpmbb - build binary rpm from spec
Usage: [-c -p -i -r] spec... Usage: [-c -p -i -r -R] spec...
: :
-c - start from compile stage -c - start from compile stage
-i - -i -
-p - packaging installed files into package -p - packaging installed files into package
-r - (buildreq) -r - (buildreq)
-R - find build requires with -bi
--------------------------- ---------------------------
rpmbph - backports spec and rebuild it rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] [-M??] spec... Usage: [-r -u -U -n -i -m -v] [-M51] spec...
Use rpmbph -M40 for backport to ALT 4.0 and so on Use rpmbph -M51 for backport to ALT M51 and so on
: :
-r - ̣ -r - ̣
-u/-U - sign and upload after build -u/-U - sign and upload after build
-n - hasher -n - do not build in hasher (use first in the list)
-i - install built packages in test hasher -i - install built packages in test hasher
-v - more verbose -v - more verbose
...@@ -96,13 +103,14 @@ rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT ...@@ -96,13 +103,14 @@ rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
rpmgp - various package download operations rpmgp - various package download operations
Usage: [options] [system] pkgname Usage: [options] [system] pkgname
: :
rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it rpmgp [options] [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 search pkgname in all known repositories -a search pkgname in all known repositories
-b install packages needed for build (use 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 if this package exists in the ALT Linux repository -c check if this package exists in the ALT Linux repository
-d download all matched packages -d download all matched packages
-g remote clone repo to USER/packages and clone it locally
-l list 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 after download, just 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)
......
--------------------------- ---------------------------
ginit [GEAR] - initialize repo in git.eter for current project ginit [GEAR] - initialize repo in git.alt for current project
Use: ginit without parameters Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo ginit git.eter - for init in git.eter gear repo
--------------------------- ---------------------------
gpull [args] - do git pull --rebase gpull [args] - do git pull --rebase
Use: ginit without parameters Use: gpull without parameters
--------------------------- ---------------------------
gpush - publish current project repo to git.eter gpush - publish current project repo remote git repo
Use: gpush [-f|--force] [-a|--all] [project name] [target branch] Use: gpush [-f|--force] [-a|--all] [project name] [target branch]
--------------------------- ---------------------------
jmake - make with ccache using and parallel build enabled
---------------------------
loginhsh - install package in hasher / take shell loginhsh - install package in hasher / take shell
Usage: [-t -i -h -r] bin.rpm... Usage: [-t -i -h -r -c] [-M51] bin.rpm...
Options: Options:
-i - initialize hasher -i - initialize hasher
-c - cleanup hasher -c - cleanup hasher
-o - log in as root user
-t - use test hasher dir -t - use test hasher dir
-r - remote login to hasher -r - remote login to hasher
-M?? - branch name
--------------------------- ---------------------------
...@@ -39,22 +45,23 @@ Options: ...@@ -39,22 +45,23 @@ Options:
--------------------------- ---------------------------
rpmbb - build binary rpm from spec rpmbb - build binary rpm from spec
Usage: [-c -p -i -r] spec... Usage: [-c -p -i -r -R] spec...
Options: Options:
-c - start from compile stage -c - start from compile stage
-i - install and package -i - install and package
-p - packaging installed files into package -p - packaging installed files into package
-r - find build requires -r - find build requires
-R - find build requires with -bi
--------------------------- ---------------------------
rpmbph - backports spec and rebuild it rpmbph - backports spec and rebuild it
Usage: [-r -u -U -n -i -m -v] [-M??] spec... Usage: [-r -u -U -n -i -m -v] [-M51] spec...
Use rpmbph -M40 for backport to ALT 4.0 and so on Use rpmbph -M51 for backport to ALT M51 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
-n - do not build in hasher -n - do not build in hasher (use first in the list)
-i - install built packages in test hasher -i - install built packages in test hasher
-v - more verbose -v - more verbose
...@@ -96,13 +103,14 @@ rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT ...@@ -96,13 +103,14 @@ rpmcs spec - cleanup spec (like cleanup_spec command), adapted to ALT
rpmgp - various package download operations rpmgp - various package download operations
Usage: [options] [system] pkgname Usage: [options] [system] pkgname
Options: Options:
rpmgp [-a -c -n] [system] pkgname - download src.rpm from 'system' repository to RPM/SRPMS and install it rpmgp [options] [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 search pkgname in all known repositories -a search pkgname in all known repositories
-b install packages needed for build (use 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 if this package exists in the ALT Linux repository -c check if this package exists in the ALT Linux repository
-d download all matched packages -d download all matched packages
-g remote clone repo to USER/packages and clone it locally
-l list 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 after download, just 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)
......
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