From 5985c790d0047afff292d28e4c03cb3a48af2b53 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 5 Jun 2013 21:01:34 +0000 Subject: [PATCH] stop building i386 version of xcat pkgs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- build-debianrepo | 2 +- build-ubunturepo | 4 ++-- buildcore.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-debianrepo b/build-debianrepo index b571248b8..abfe57955 100755 --- a/build-debianrepo +++ b/build-debianrepo @@ -197,7 +197,7 @@ then Origin: xCAT internal repository Label: xcat-dep bazaar repository Codename: $dist -Architectures: i386 amd64 +Architectures: amd64 Components: main Description: Repository automatically genereted conf diff --git a/build-ubunturepo b/build-ubunturepo index 375c0066b..30f105638 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -209,7 +209,7 @@ then Origin: xCAT internal repository Label: xcat-core bazaar repository Codename: $dist -Architectures: amd64 i386 +Architectures: amd64 Components: main Description: Repository automatically genereted conf SignWith: yes @@ -307,7 +307,7 @@ then Origin: xCAT internal repository Label: xcat-dep bazaar repository Codename: $dist -Architectures: i386 amd64 +Architectures: amd64 Components: main Description: Repository automatically genereted conf SignWith: yes diff --git a/buildcore.sh b/buildcore.sh index 8bb9af445..a5efbb119 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -251,7 +251,7 @@ for rpmname in xCAT xCATsn; do ./makerpm $rpmname "$EMBED" if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS $rpmname"; fi else - for arch in x86_64 i386 ppc64 s390x; do + for arch in x86_64 ppc64 s390x; do ./makerpm $rpmname $arch "$EMBED" if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS $rpmname-$arch"; fi done