summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 14:42:26 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-08 14:42:26 -0500
commit144e385b05c01546ee0d2203739e4294e43a0826 (patch)
tree0edf04c1be7591eeb135018c9074004c5c5dbd41 /db-remove
parentb57c78930fec71dc6c5ef8eaa5148a22f75a1fff (diff)
parent725ab5d12375dd593c375b1a494021bb96135d4f (diff)
Merge branch 'master' into cleanup
Conflicts: db-remove db-update local_config
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index 993574f..1c25e5c 100755
--- a/db-remove
+++ b/db-remove
@@ -34,7 +34,7 @@ for pkgbase in ${pkgbases[@]}; do
remove_pkgs+=($(. "$path/PKGBUILD"; echo ${pkgname[@]}))
xbs unrelease "$pkgbase" "$repo" "$arch"
else
- warning "$pkgbase not found in $repo-$arch"
+ warning "$pkgbase not found in XBS $repo-$arch"
warning "Removing only $pkgbase from the repo"
warning "If it was a split package you have to remove the others yourself!"
remove_pkgs+=($pkgbase)