From 7fc8fedea48fccce0ceb31383061519754bdaa1d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 21 May 2008 02:25:46 -0400 Subject: Remove arch from the testing2 scripts, add *64 version Thanks Pierre for the suggestion. This is much more in line with the existing DB scripts Signed-off-by: Aaron Griffin --- testing2extra64 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 testing2extra64 (limited to 'testing2extra64') diff --git a/testing2extra64 b/testing2extra64 new file mode 100755 index 0000000..418876c --- /dev/null +++ b/testing2extra64 @@ -0,0 +1,11 @@ +#!/bin/bash + +if [ $# -le 0 ]; then + echo "usage: $(basename 0) [ [ Moving package '$pkg'" + $(dirname $0)/db-move "$pkg" "testing" "extra" "x86_64" +done -- cgit v1.2.3-24-g4f1b