From c576c50e54d2eb8b1e5a98f19e8f71acec0f8ae6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 4 Jan 2010 23:52:32 +0000 Subject: [PATCH] f12 --- vbuild-nightly.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index d33d83cb..fdafae15 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -222,8 +222,9 @@ function run_log () { TESTS_SYSTEM_SVNPATH=${TESTS_SVNPATH}/system ### the URL to the RPMS/ location + # f12 now has everything in i686; try i386 first as older fedoras have both url="" - for a in i386 x86_64; do + for a in i386 i686 x86_64; do archdir=/vservers/$BASE/build/RPMS/$a if [ -d $archdir ] ; then # where was that installed -- 2.47.0