diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-15 18:17:10 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-15 18:20:27 +0200 |
commit | e81b73f7cd4d0fc5944c26ccd1ff22e0883c295e (patch) | |
tree | ecc018008915da72f90a556f39e2841d4faef07b /testing2community-any | |
parent | 55aa721771c7486c447b270325c504724622fd00 (diff) |
Use common names for repos
Diffstat (limited to 'testing2community-any')
-rwxr-xr-x | testing2community-any | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing2community-any b/testing2community-any deleted file mode 100755 index e63a7ec..0000000 --- a/testing2community-any +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# -le 0 ]; then - echo "usage: $(basename 0) <packagename> [<packagename> [<packagename ...]]" - exit 0 -fi - -for pkg in $@; do - echo "==> Moving package '$pkg'" - $(dirname $0)/db-move "$pkg" "community-testing" "community" "any" -done |