buildrepo: add message that we are puring old packages
This commit is contained in:
parent
5f453f1cde
commit
2f68278fba
@ -79,6 +79,7 @@ build() {
|
|||||||
|
|
||||||
# kill old packages in repo
|
# kill old packages in repo
|
||||||
if [ -n "$dopurge" ]; then
|
if [ -n "$dopurge" ]; then
|
||||||
|
echo ">>> Removing old packages from $repo..."
|
||||||
local tmp=$(mktemp /tmp/$program-XXXXXX)
|
local tmp=$(mktemp /tmp/$program-XXXXXX)
|
||||||
local purgefiles
|
local purgefiles
|
||||||
cd "$repodir/$repo/$arch" || return 1
|
cd "$repodir/$repo/$arch" || return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user