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
fa1a2e39
Commit
fa1a2e39
authored
Feb 05, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add --help support
parent
f854a19d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gacl
bin/gacl
+1
-1
rpmbugs
bin/rpmbugs
+1
-1
rpmpub
bin/rpmpub
+1
-1
rpmrb
bin/rpmrb
+1
-1
No files found.
bin/gacl
View file @
fa1a2e39
...
...
@@ -11,7 +11,7 @@ set_girar_host $1 && shift
mygetopts
()
{
if
[
"
$1
"
=
"-h"
]
;
then
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echog
"gacl - acl control for gear repo in
$GEARHOST
"
echo
echog
"Usage: gacl [GIRAR] [-b REPONAME] [package] command [params]"
...
...
bin/rpmbugs
View file @
fa1a2e39
...
...
@@ -56,7 +56,7 @@ check_qf()
mygetopts
()
{
if
[
"
$1
"
=
"-h"
]
;
then
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echog
"rpmbugs - open bugs in BROWSER"
echog
"rpmbugs [-t] [spec] | bug number | package name | -qf command_name | /path/to/file"
echo
...
...
bin/rpmpub
View file @
fa1a2e39
...
...
@@ -11,7 +11,7 @@
load_mod spec rpm etersoft
if
[
"
$1
"
=
"-h"
]
;
then
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echog
"rpmpub - Etersoft specific script for publish gear repo to target ftp dir as src.rpm"
echog
"Usage: rpmpub [-f] [-r PROJECTVERSION ] [SPEC] [TARGETDIR]"
echo
...
...
bin/rpmrb
View file @
fa1a2e39
...
...
@@ -11,7 +11,7 @@
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod spec git
if
[
"
$1
"
=
"-h"
]
;
then
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
"Example:"
...
...
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