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
116a1e67
Commit
116a1e67
authored
Jan 09, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbs: fix build on various repos
parent
f926ec34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
rpmbs
bin/rpmbs
+4
-8
No files found.
bin/rpmbs
View file @
116a1e67
...
...
@@ -161,6 +161,8 @@ fi
# set SPECDIR from LISTNAMES if empty
[
-n
"
$SPECDIR
"
]
||
set_specdir
$LISTNAMES
set_binaryrepo
$MENV
# If we build from gear repo, run task
if
[
-n
"
$UPLOADNOW
"
]
&&
is_gear
$SPECDIR
;
then
echo
"Run with gear repo..."
...
...
@@ -172,11 +174,9 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
if
[
-n
"
$TASKNUMBER
"
]
;
then
ssh
$GIRARHOST
task add
$TASKNUMBER
repo
$BASENAME
$TAG
else
ssh
$GIRARHOST
task new
ssh
$GIRARHOST
task add repo
$BASENAME
$TAG
||
ssh
$GIRARHOST
task
rm
ssh
$GIRARHOST
task run
ssh
$GIRARHOST
build
-b
$BINARYREPO
$BASENAME
$TAG
fi
echo
"run task
$BASENAME
with tag
$TAG
at
$GIRARHOST
(
$MENV
) at
`
date
"+%c"
`
"
>>
$RPMDIR
/uploaded.log
echo
"run task
$BASENAME
with tag
$TAG
at
$GIRARHOST
(
in
$BINARYREPO
) at
`
date
"+%c"
`
"
>>
$RPMDIR
/uploaded.log
exit
fi
...
...
@@ -199,10 +199,6 @@ if [ -n "$REMOTEBUILD" ] ; then
exit
0
fi
#set_incoming $MENV
set_binaryrepo
$MENV
if
[
-n
"
${
DELETENOW
}
"
]
;
then
echog
"Removing did not realized yet"
exit
1
...
...
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