Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
fa9111e5
Commit
fa9111e5
authored
Jul 20, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update QuickHelp
parent
f4eadc85
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
36 deletions
+58
-36
QuickHelp.koi8-r.txt
QuickHelp.koi8-r.txt
+29
-18
QuickHelp.txt
QuickHelp.txt
+29
-18
No files found.
QuickHelp.koi8-r.txt
View file @
fa9111e5
---------------------------
ginit
- initialize repo in git.alt
for current project
ginit
[GEAR] - initialize repo in git.eter
for current project
Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo
---------------------------
gpush - publish current project repo to git.alt
Use: gpush without parameters
gpull [args] - do git pull --rebase
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...
myhsh - build package via hasher
Usage: [-m -s -u -i -c] src.rpm...
:
-s - ()
-u - ()
-i - install built packages in test hasher
-c - build without stuff (previous built packages)
...
...
@@ -45,7 +49,8 @@ Usage: [-c -p -i -r] spec...
---------------------------
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 - ̣
-u/-U - sign and upload after build
...
...
@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec...
:
-s - ()
-c - ()
-u - sign package(s) and upload it to Incoming (backports)
-U - sign package(s) and upload it to Incoming (updates)
-d - remove package(s) from SRPMS and Incoming
-u - sign package(s), upload it and run build
-a TASK - sign package(s), update it and add to task TASK
-n - do not check with sisyphus_check before upload
-o - create nosrc.rpm package
-z - create src.rpm with compatible gzip compression
...
...
@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec...
:
-r - ̣
-
m - sent result via email
-
t - make temporary commit before build (rpmbb like behavior)
-u/-U - sign and upload after build
-u - ()
-i - install built packages in test hasher
...
...
@@ -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
name - src.rpm
system - name of system (ALT Linux by default if -a missed too)
-a
check for
pkgname in all known repositories
-b install packages needed for build (
installs with
sudo apt-get) (need spec not package name)
-c check
for exist the package in
ALT Linux repository
-d download all matche
s packages from all repositori
es
-l list
s
packages needed for build (in local pkg system notation) (experimental)
-n do not install
in RPM after download,
download in current dir
-a
search
pkgname in all known repositories
-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
-d download all matche
d packag
es
-l list packages needed for build (in local pkg system notation) (experimental)
-n do not install
after download, just
download in current dir
-r refresh package list (download it again)
-s list
s all known system
s
-s list
all known remote repositorie
s
---------------------------
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))
-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
...
...
QuickHelp.txt
View file @
fa9111e5
---------------------------
ginit
- initialize repo in git.alt
for current project
ginit
[GEAR] - initialize repo in git.eter
for current project
Use: ginit without parameters
ginit git.eter - for init in git.eter gear repo
---------------------------
gpush - publish current project repo to git.alt
Use: gpush without parameters
gpull [args] - do git pull --rebase
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:
myhsh - build package via hasher
Usage: [-m -s -u -i -c] src.rpm...
Options:
-s - sign package(s)
-u - sign and upload package(s) to Incoming
-i - install built packages in test hasher
-c - build without stuff (previous built packages)
...
...
@@ -45,7 +49,8 @@ Options:
---------------------------
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:
-r - remote build
-u/-U - sign and upload after build
...
...
@@ -60,9 +65,8 @@ Usage: [-s -u -c -n --nodeps] spec...
Options:
-s - sign package(s) and move it to upload dir
-c - only sign package(s) with checking
-u - sign package(s) and upload it to Incoming (backports)
-U - sign package(s) and upload it to Incoming (updates)
-d - remove package(s) from SRPMS and Incoming
-u - sign package(s), upload it and run build
-a TASK - sign package(s), update it and add to task TASK
-n - do not check with sisyphus_check before upload
-o - create nosrc.rpm package
-z - create src.rpm with compatible gzip compression
...
...
@@ -73,7 +77,7 @@ rpmbsh - BSH - build source; use hasher
Usage: [-r -s -u -m -i -c] spec...
Options:
-r - remote build
-
m - sent result via email
-
t - make temporary commit before build (rpmbb like behavior)
-u/-U - sign and upload after build
-s - sign and and copy to upload after build
-i - install built packages in test hasher
...
...
@@ -95,25 +99,32 @@ Options:
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
system - name of system (ALT Linux by default if -a missed too)
-a
check for
pkgname in all known repositories
-b install packages needed for build (
installs with
sudo apt-get) (need spec not package name)
-c check
for exist the package in
ALT Linux repository
-d download all matche
s packages from all repositori
es
-l list
s
packages needed for build (in local pkg system notation) (experimental)
-n do not install
in RPM after download,
download in current dir
-a
search
pkgname in all known repositories
-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
-d download all matche
d packag
es
-l list packages needed for build (in local pkg system notation) (experimental)
-n do not install
after download, just
download in current dir
-r refresh package list (download it again)
-s list
s all known system
s
-s list
all known remote repositorie
s
---------------------------
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:
-a - get all source (not only 0)
-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment