Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
ddb0b05f
Commit
ddb0b05f
authored
Nov 08, 2008
by
Linux User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
display when fetching
parent
57e3393b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
abuild
abuild
+3
-2
No files found.
abuild
View file @
ddb0b05f
...
...
@@ -28,8 +28,8 @@ default_cmds="sanitycheck builddeps clean fetch md5check unpack rootpkg"
# functions
msg
()
{
local
sub
=
[
-n
"
$subpkgname
"
]
&&
sub
=
"
(sub
)"
[
-z
"
$quiet
"
]
&&
echo
">>>
${
subpkgname
:-
$pkgname
}
$sub
:"
"
$@
"
>
&2
[
-n
"
$subpkgname
"
]
&&
sub
=
"
(
$pkgname
)"
[
-z
"
$quiet
"
]
&&
echo
">>>
${
subpkgname
:-
$pkgname
}
$sub
:"
"
$@
"
>
&2
}
warning
()
{
...
...
@@ -91,6 +91,7 @@ uri_fetch() {
msg
"Partial download found. Trying to resume"
opts
=
"
$opts
-c"
fi
msg
"Fetching
$uri
"
wget
$opts
-O
"
$SRCDEST
/
$d
.part"
"
$uri
"
\
&&
mv
"
$SRCDEST
/
$d
.part"
"
$SRCDEST
/
$d
"
}
...
...
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