Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/commitpkg.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-03 14:34:07 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-03 14:54:57 -0500
commit6e81594d89c30b5d4ce9d74b094396ca26f2e1ae (patch)
tree27822175d5264be58184d109325a4b8afe834bf0 /commitpkg.in
parent200c5f3d7476e31720fb400fef6f40aff0b5c805 (diff)
parent7a3c5085017987b6ef934cf9d9b098b4994ba21a (diff)
Merge branch 'archlinux'
Diffstat (limited to 'commitpkg.in')
-rw-r--r--commitpkg.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/commitpkg.in b/commitpkg.in
index 53b6612..3fc3fa6 100644
--- a/commitpkg.in
+++ b/commitpkg.in
@@ -189,12 +189,11 @@ if [[ ${#uploads[*]} -gt 0 ]]; then
fi
if [[ "${arch[*]}" == 'any' ]]; then
- if [[ -d ../repos/$repo-i686 && -d ../repos/$repo-x86_64 ]]; then
+ if [[ -d ../repos/$repo-x86_64 ]]; then
pushd ../repos/ >/dev/null
- stat_busy "Removing %s and %s" "$repo-i686" "$repo-x86_64"
- svn rm -q "$repo-i686"
+ stat_busy "Removing %s" "$repo-x86_64"
svn rm -q "$repo-x86_64"
- svn commit -q -m "Removed $repo-i686 and $repo-x86_64 for $pkgname"
+ svn commit -q -m "Removed $repo-x86_64 for $pkgname"
stat_done
popd >/dev/null
fi