summaryrefslogtreecommitdiffstats
path: root/testing2community
diff options
context:
space:
mode:
Diffstat (limited to 'testing2community')
-rwxr-xr-xtesting2community11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing2community b/testing2community
deleted file mode 100755
index 557b39d..0000000
--- a/testing2community
+++ /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" "i686"
-done