diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:43:59 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-20 19:43:59 -0600 |
commit | 19864c655458e6cb519a31a0f54bca73dcb63612 (patch) | |
tree | 76a483a12853178fe0162952e7b77861fd4bd0ca | |
parent | 3958366ed8534bc8f97677ceec47667683f54d19 (diff) |
xbs-abslibre: I don't know why this code was there, it's wrong
-rwxr-xr-x | src/xbs-abslibre/helper-abslibre | 6 |
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() { |