[Erp5-report] r41278 kazuhiko - /erp5/trunk/utils/rpmgen/specs/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 9 17:01:17 CET 2010
Author: kazuhiko
Date: Thu Dec 9 17:01:16 2010
New Revision: 41278
URL: http://svn.erp5.org?rev=41278&view=rev
Log:
unset several PYTHON related environment variables, that might be set in some distributions.
Modified:
erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk.spec
Modified: erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk.spec
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk.spec?rev=41278&r1=41277&r2=41278&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk.spec [utf8] (original)
+++ erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk.spec [utf8] Thu Dec 9 17:01:16 2010
@@ -116,6 +116,9 @@ cat > buildout.cfg <<EOF
extends = https://svn.erp5.org/repos/public/erp5/trunk/buildout/buildout-2.12.cfg
extends-cache = extends-cache
EOF
+unset PYTHONPATH
+unset PYTHONSTARTUP
+unset PYTHONDONTWRITEBYTECODE
python -S -c 'import urllib2;print urllib2.urlopen("http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py").read()' | python -S -
./bin/buildout -v -U -O -n
More information about the Erp5-report
mailing list