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
abd564df
Commit
abd564df
authored
Apr 23, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
11e650b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
rpmbs
bin/rpmbs
+1
-0
rpmbsh
bin/rpmbsh
+1
-0
rpmrb
bin/rpmrb
+1
-2
No files found.
bin/rpmbs
View file @
abd564df
...
...
@@ -268,6 +268,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
docmd gpush
$GIRARHOST
$FORCE
||
fatal
"gpush failed. It is possible you need run '
\$
ginit
$GIRARHOST
' to create remote repo."
echo
echo
"Run build
$PROJECTNAME
at
$GEARHOST
"
# FIXME: tee hangup during first call with ssh ControlMaster
if
[
-n
"
$PREPARETASK
"
]
;
then
docmd ssh
$GEARHOST
task add
$TASKNUMBER
repo
$PROJECTNAME
$TAG
2>&1 |
tee
$RPMDIR
/uploaded.log.tmp
else
...
...
bin/rpmbsh
View file @
abd564df
...
...
@@ -107,6 +107,7 @@ if [ "$RESULT" = "0" ] && [ -n "$INSTALLPKG" ] ; then
# showcmd separately due console input
showcmd
$ETERBUILDBIN
/loginhsh
-Y
-t
-i
$MENVARG
$BINPACKAGES
$ETERBUILDBIN
/loginhsh
-Y
-t
-i
$MENVARG
$BINPACKAGES
RESULT
=
$?
# test remove packages from test hasher dir
docmd
$ETERBUILDBIN
/myhsh
-r
$MENVARG
$BINPACKAGES
...
...
bin/rpmrb
View file @
abd564df
...
...
@@ -64,5 +64,4 @@ for SPEC in $LISTNAMES ; do
cd
-
>
/dev/null
done
showcmd
$ETERBUILDBIN
/rpmbsh
-i
$LISTNAMES
$ETERBUILDBIN
/rpmbsh
-i
-u
$LISTNAMES
docmd
$ETERBUILDBIN
/rpmbsh
$GIRARHOST
-i
-u
$LISTNAMES
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