summaryrefslogtreecommitdiffstats
path: root/community-testing2community-any
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-09-22 22:25:51 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-22 22:25:51 +0200
commit652fa7ad93bfa708f0764b64107a54f4dcaf17bd (patch)
tree2a90bd43472dc26e96ae2b768a2aa643d9a92080 /community-testing2community-any
parent7af26d483b6987e0f3d42b25d8cb4e39f691a0a3 (diff)
downloaddbscripts-652fa7ad93bfa708f0764b64107a54f4dcaf17bd.tar.gz
dbscripts-652fa7ad93bfa708f0764b64107a54f4dcaf17bd.tar.xz
Renamed community-testing2* scripts
We know the repo. Lets make the names nicer Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'community-testing2community-any')
-rwxr-xr-xcommunity-testing2community-any11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing2community-any b/community-testing2community-any
deleted file mode 100755
index e63a7ec..0000000
--- a/community-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