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
05235737
Commit
05235737
authored
Aug 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grpmbs: fix GEARHOST
parent
c782d0b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
grpmbs
bin/grpmbs
+2
-2
No files found.
bin/grpmbs
View file @
05235737
...
...
@@ -47,7 +47,7 @@ fatal()
}
if
[
-n
"TASKADD"
]
;
then
TASK
=
$(
ssh
$G
IR
ARHOST
task new |
head
-n1
)
TASK
=
$(
ssh
$G
E
ARHOST
task new |
head
-n1
)
[
-n
"
$TASK
"
]
||
fatal
RUNCOMMAND
=
"rpmbs
$GIRARHOST
-a
$TASK
"
else
...
...
@@ -63,5 +63,5 @@ for i in "$@" ; do
done
if
[
-n
"TASKADD"
]
;
then
docmd ssh
$G
IR
ARHOST
task run
"
$TASK
"
docmd ssh
$G
E
ARHOST
task run
"
$TASK
"
fi
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