null+****@clear*****
null+****@clear*****
2011年 11月 28日 (月) 18:26:22 JST
Kouhei Sutou 2011-11-28 09:26:22 +0000 (Mon, 28 Nov 2011)
New Revision: 175a41065efe70d5bea5bd8c27e10b68302fcc32
Log:
[apt][yum] support i386.
Modified files:
packages/apt/Makefile.am
packages/yum/Makefile.am
Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am 2011-11-28 09:25:43 +0000 (50bcad9)
+++ packages/apt/Makefile.am 2011-11-28 09:26:22 +0000 (799de1e)
@@ -1,6 +1,6 @@
DISTRIBUTIONS = debian ubuntu
CHROOT_BASE = /var/lib/chroot
-ARCHITECTURES = amd64
+ARCHITECTURES = i386 amd64
CODES = squeeze wheezy unstable lucid natty oneiric
all:
Modified: packages/yum/Makefile.am (+1 -1)
===================================================================
--- packages/yum/Makefile.am 2011-11-28 09:25:43 +0000 (4809667)
+++ packages/yum/Makefile.am 2011-11-28 09:26:22 +0000 (87d565f)
@@ -1,5 +1,5 @@
DISTRIBUTIONS = fedora centos
-ARCHITECTURES = x86_64
+ARCHITECTURES = i386 x86_64
CHROOT_BASE = /var/lib/chroot
all: