Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
34b988aa
Commit
34b988aa
authored
Feb 26, 2018
by
Matthew Brett
Browse files
BF: add back rsync, somehow removed from manylinux
See:
https://github.com/pypa/manylinux/issues/160
parent
86976a31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
common_utils.sh
common_utils.sh
+7
-0
No files found.
common_utils.sh
View file @
34b988aa
...
...
@@ -125,6 +125,12 @@ function untar {
esac
}
function
install_rsync
{
if
[
-
z
"
$IS_OSX
"
]
;
then
[[
$(
type
-P
rsync
)
]]
||
yum
install
-
y rsync
fi
}
function
fetch_unpack
{
# Fetch input archive name from input URL
# Parameters
...
...
@@ -146,6 +152,7 @@ function fetch_unpack {
fi
# Unpack archive, refreshing contents
rm_mkdir arch_tmp
install_rsync
(
cd
arch_tmp
&&
untar ../
$out_archive
&&
rsync
--
delete
-
avh
*
..
)
}
...
...
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