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
bbdbac6d
Unverified
Commit
bbdbac6d
authored
Mar 07, 2018
by
Alex Rothberg
Committed by
GitHub
Mar 07, 2018
Browse files
Run rsync in non verbose mode
parent
cba6a422
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
common_utils.sh
View file @
bbdbac6d
...
...
@@ -153,7 +153,7 @@ function fetch_unpack {
# Unpack archive, refreshing contents
rm_mkdir arch_tmp
install_rsync
(
cd
arch_tmp
&&
untar ../
$out_archive
&&
rsync
--
delete
-
a
v
h
*
..
)
(
cd
arch_tmp
&&
untar ../
$out_archive
&&
rsync
--
delete
-
ah
*
..
)
}
function
clean_code
{
...
...
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