index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Francois Charette <francois@archlinux.org> | 2009-09-18 21:39:37 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-09-18 13:12:44 -0700 |
commit | a5651376b489e63cf48da82d4c82958205660837 (patch) | |
tree | f0f2dc1a4ffed54c6111eebc416cfc2537a564b8 | |
parent | 956108914220bf2657fcf42e0c3211553bcf7aca (diff) |
-rwxr-xr-x | commitpkg | 10 |
@@ -119,4 +119,14 @@ if [ $? -ne 0 ]; then fi echo "===> Tagged for $repo-$CARCH" +if [ "$CARCH" == "any"]; then + if [ -d ../repos/${repo}-i686 -a -d ../repos/${repo}-x86_64 ]; then + pushd .. + svn rm $repo-i686 + svn rm $repo-x86_64 + svn commit -m "removed $repo-i686 and $repo-x86_64 for $pkgname" + popd + fi +fi + # vim:ft=sh:ts=4:sw=4:et: |