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
0cd50823
Commit
0cd50823
authored
Nov 15, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add info about gear host (first arg) to help
parent
4623072e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
gacl
bin/gacl
+1
-1
rpmbph
bin/rpmbph
+1
-0
rpmbsh
bin/rpmbsh
+2
-1
rpmrb
bin/rpmrb
+2
-1
common
share/eterbuild/functions/common
+2
-0
No files found.
bin/gacl
View file @
0cd50823
...
...
@@ -17,7 +17,7 @@ mygetopts()
echog
"Usage: gacl [GIRAR] [-b REPONAME] [package] command [params]"
echo
echog
"Options:"
echog
"
GIRAR git.alt or git.eter
"
echog
"
$HELP_GIRAR
"
echog
" -b REPONAME binary repository name (4.1, p5, t6 and so on) (sisyphus by default)"
echo
echog
"Commands:"
...
...
bin/rpmbph
View file @
0cd50823
...
...
@@ -32,6 +32,7 @@ phelp()
echog
" -n do not build in hasher"
echog
" -i install built packages in test hasher"
# will pass to rpmbs/rpmbsh
echog
" -b REPONAME binary repository name (4.1, p5, t6 and so on)"
echo
"
$HELP_GIRAR
"
echo
echog
"Ext. options:"
echog
" -v more verbose"
...
...
bin/rpmbsh
View file @
0cd50823
...
...
@@ -16,7 +16,7 @@ REMCOM=
COMMIT
=
#############################
Usage
=
"Usage:
$name
[-r -s -u -m -i -c -e] [-f] [spec or src.rpm]..."
Usage
=
"Usage:
$name
[
GIRAR] [
-r -s -u -m -i -c -e] [-f] [spec or src.rpm]..."
function
mygetopts
()
{
name
=
${
0
##*/
}
...
...
@@ -31,6 +31,7 @@ phelp()
echog
" -u sign and run gear build task after build"
echog
" -i install built packages in test hasher (via loginhsh -t)"
echog
" -f force tag set (see rpmbs --help)"
echo
"
$HELP_GIRAR
"
echo
echog
"Ext. options:"
echog
" -c build without stuff (without previous built packages)"
...
...
bin/rpmrb
View file @
0cd50823
...
...
@@ -13,7 +13,8 @@ load_mod spec git
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echog
"rpmrb (Re Build) - update spec to vermajor.verminor version, build %rel release"
echog
"Usage: rpmrb [spec] [vermajor][.verminor] [rel]"
echog
"Usage: rpmrb [GIRAR] [spec] [vermajor][.verminor] [rel]"
echo
"
$HELP_GIRAR
"
echog
"Example:"
echog
"
$
rpmrb [name.spec] 22.6 alt2"
echog
"
$
rpmrb 1.2.3"
...
...
share/eterbuild/functions/common
View file @
0cd50823
...
...
@@ -550,3 +550,5 @@ version_more_version()
{
[
"
$2
"
=
"
$(
echo
-e
"
$1
\n
$2
"
|
sort
-n
|
head
-n1
)
"
]
}
HELP_GIRAR
=
" GIRAR - git.alt (ga, galt) or git.eter (ge, geter)"
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