From 1ef058dad91a5ca82db2744776251a2ab68bcf90 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 20 Feb 2009 10:01:27 -0800 Subject: Make db-update parse all architecutres ARCHES is defined in config. db-update should now loop over all arches on each run and update whatever is in the staging dir. Remove the db-*64 scripts due to this Signed-off-by: Aaron Griffin --- db-testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-testing') diff --git a/db-testing b/db-testing index 69b5376..579ae37 100755 --- a/db-testing +++ b/db-testing @@ -1,3 +1,3 @@ #!/bin/bash -$(dirname $0)/db-update "testing" "i686" +$(dirname $0)/db-update "testing" -- cgit v1.2.3-24-g4f1b