stop building i386 version of xcat pkgs

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16556 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2013-06-05 21:00:33 +00:00
parent dc5b18e4ef
commit 2bccc85011
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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