summaryrefslogtreecommitdiff
path: root/src/xbs-abslibre/helper-abslibre
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-20 19:43:59 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-20 19:43:59 -0600
commit19864c655458e6cb519a31a0f54bca73dcb63612 (patch)
tree76a483a12853178fe0162952e7b77861fd4bd0ca /src/xbs-abslibre/helper-abslibre
parent3958366ed8534bc8f97677ceec47667683f54d19 (diff)
xbs-abslibre: I don't know why this code was there, it's wrong
Diffstat (limited to 'src/xbs-abslibre/helper-abslibre')
-rwxr-xr-xsrc/xbs-abslibre/helper-abslibre6
1 files changed, 0 insertions, 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() {