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
46faf3b8
Commit
46faf3b8
authored
Oct 31, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gear server name as first parameter
parent
f597eca7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
3 deletions
+21
-3
ginit
bin/ginit
+1
-0
gpull
bin/gpull
+1
-0
gpush
bin/gpush
+1
-0
rpmbs
bin/rpmbs
+6
-1
rpmbsh
bin/rpmbsh
+6
-1
rpmrb
bin/rpmrb
+6
-1
No files found.
bin/ginit
View file @
46faf3b8
...
...
@@ -2,6 +2,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod git
#test -n "$SPECNAME" || SPECNAME=$(basename `pwd`).spec
...
...
bin/gpull
View file @
46faf3b8
...
...
@@ -2,6 +2,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod git
if
[
"
$1
"
=
"-h"
]
;
then
echo
"gpull [args] - do git pull --rebase"
...
...
bin/gpush
View file @
46faf3b8
...
...
@@ -2,6 +2,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod git
#test -n "$SPECNAME" || SPECNAME=$(basename `pwd`).spec
...
...
bin/rpmbs
View file @
46faf3b8
...
...
@@ -18,7 +18,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod rpm tarball
load_mod rpm tarball
git
SIGN
=
UPLOADNOW
=
...
...
@@ -156,6 +156,11 @@ rpmbs_copying_built()
fi
}
if
is_girar_name
$1
;
then
GIRARHOST
=
$1
shift
fi
parse_cmd_pre
"
$@
"
# quotes brokes option handling
mygetopts
$LISTARGS
...
...
bin/rpmbsh
View file @
46faf3b8
...
...
@@ -13,7 +13,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod rpm
load_mod rpm
git
RESULT
=
0
REMCOM
=
...
...
@@ -62,6 +62,11 @@ LISTRPMARGS=$@
}
#############################
if
is_girar_name
$1
;
then
GIRARHOST
=
$1
shift
fi
parse_cmd_pre
"
$@
"
mygetopts
$LISTARGS
...
...
bin/rpmrb
View file @
46faf3b8
...
...
@@ -10,7 +10,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod spec
load_mod spec
git
REMOTE
=
if
[
"
$1
"
=
"-r"
]
;
then
...
...
@@ -18,6 +18,11 @@ if [ "$1" = "-r" ] ; then
shift
fi
if
is_girar_name
$1
;
then
GIRARHOST
=
$1
shift
fi
SPEC
=
$1
VER
=
$2
# need for rpmgs
...
...
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