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
b4ad764a
Commit
b4ad764a
authored
Aug 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbs: fix upload srpms
parent
d5d584f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
rpmbs
bin/rpmbs
+1
-2
No files found.
bin/rpmbs
View file @
b4ad764a
...
...
@@ -324,7 +324,7 @@ echog "Uploading to $GIRARHOST"
check_ssh_key
docmd
$RSYNC
-vay
--partial
--progress
--checksum
\
-e
ssh
$LISTBUILT
$G
IR
ARHOST
:
&&
\
-e
ssh
$LISTBUILT
$G
E
ARHOST
:
&&
\
echo
"---------------------"
&&
\
echog
"All files synced"
||
fatal
"Error during rsync"
...
...
@@ -364,7 +364,6 @@ for i in $LISTNAMES ; do
# Hack about paths
test
-f
"
$i
"
&&
NAME
=
$i
||
NAME
=
$CURDIR
/
$i
build_rpms_name
$NAME
echo
-n
"
$BUILDROOT
"
if
[
-d
"
$BUILDROOT
"
]
;
then
docmd
rm
-rf
"
$BUILDROOT
"
&&
echog
"DONE"
||
echog
"failed"
else
...
...
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