summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-21 11:20:36 -0700
committerAl Stone <ahs3@redhat.com>2012-12-21 11:20:36 -0700
commite31e892cb633a2db447cd801d80fbae220ea910a (patch)
treebc2f80e88201fd45dcfd5abe40dcdd0c3931fb7a
parente0ef34602917e5aec0b1ab7d13bd781f6e01f366 (diff)
downloadbootstrap.git.DONOTUSE-e31e892cb633a2db447cd801d80fbae220ea910a.tar.gz
bootstrap.git.DONOTUSE-e31e892cb633a2db447cd801d80fbae220ea910a.tar.xz
bootstrap.git.DONOTUSE-e31e892cb633a2db447cd801d80fbae220ea910a.zip
temporary workaround for networking issues in the models
Signed-off-by: Al Stone <ahs3@redhat.com>
-rwxr-xr-xstage111
1 files changed, 8 insertions, 3 deletions
diff --git a/stage1 b/stage1
index 949b757..62e7a07 100755
--- a/stage1
+++ b/stage1
@@ -1089,10 +1089,15 @@ EOF
cp $STAGE2 $ROOTFS/stage2/stage2
(
- newJ=$(echo $J | sed 's/-j//')
- echo J=-j$newJ
+ # BOZO: temporary fix for network issues in models
+ #newJ=$(echo $J | sed 's/-j//')
+ #echo J=-j$newJ
+
+ #echo DISTCC_HOSTS=$(host $(hostname) | sed 's/.* //'):${DISTCC_PORT}/999
+ echo J=1
+ echo DISTCC_HOSTS=localhost
+ # END BOZO
- echo DISTCC_HOSTS=$(host $(hostname) | sed 's/.* //'):${DISTCC_PORT}/999
echo DISTCC_BACKOFF_PERIOD=0
echo PATH=/stage2/distcc-bin:\$PATH