Skip to content
Snippets Groups Projects
Commit 2f68278f authored by Natanael Copa's avatar Natanael Copa
Browse files

buildrepo: add message that we are puring old packages

parent 5f453f1c
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ build() { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment