From 19864c655458e6cb519a31a0f54bca73dcb63612 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 20 May 2015 19:43:59 -0600 Subject: xbs-abslibre: I don't know why this code was there, it's wrong --- src/xbs-abslibre/helper-abslibre | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/xbs-abslibre/helper-abslibre b/src/xbs-abslibre/helper-abslibre index 66c6846..40d9ea0 100755 --- a/src/xbs-abslibre/helper-abslibre +++ b/src/xbs-abslibre/helper-abslibre @@ -84,12 +84,6 @@ release-server() { git add . git commit -q -m "xbs-abslibre: Release ${repo}/${pkgbase} for ${arch} (by $(id -un))" fi - - local olddir - for olddir in "${ABSLIBREDEST}"/*/"${repo}/${pkgbase}/PKGBUILD"; do - local oldarch=${olddir#"${ABSLIBREDEST}"}; oldarch="${oldarch%%/*}" - unrelease "$pkgbase" "$repo" "$oldarch" - done } unrelease() { -- cgit v1.2.2