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
3a77d123
Commit
3a77d123
authored
Aug 14, 2018
by
Matthew Brett
Browse files
Symbolic link to allow cross filesystems
Docker crosses filesystems.
parent
0000d291
Changes
1
Show 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 @
3a77d123
...
@@ -173,7 +173,7 @@ function fetch_unpack {
...
@@ -173,7 +173,7 @@ function fetch_unpack {
# Source it from multibuild archives if available.
# Source it from multibuild archives if available.
local our_archive="
${
MULTIBUILD_DIR
}
/archives/
${
archive_fname
}
"
local our_archive="
${
MULTIBUILD_DIR
}
/archives/
${
archive_fname
}
"
if [ -f "
$our_archive
" ]; then
if [ -f "
$our_archive
" ]; then
ln
$our_archive
$out_archive
ln
-s
$our_archive
$out_archive
else
else
# Otherwise download it.
# Otherwise download it.
curl -L
$url
>
$out_archive
curl -L
$url
>
$out_archive
...
...
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