Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
2f68278f
Commit
2f68278f
authored
Feb 07, 2013
by
Natanael Copa
Browse files
buildrepo: add message that we are puring old packages
parent
5f453f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildrepo.in
View file @
2f68278f
...
...
@@ -79,6 +79,7 @@ build() {
# kill old packages in repo
if
[
-n
"
$dopurge
"
]
;
then
echo
">>> Removing old packages from
$repo
..."
local
tmp
=
$(
mktemp
/tmp/
$program
-XXXXXX
)
local
purgefiles
cd
"
$repodir
/
$repo
/
$arch
"
||
return
1
...
...
Write
Preview
Supports
Markdown
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