From: Barış Metin Date: Wed, 13 May 2009 10:56:06 +0000 (+0000) Subject: build in /var/tmp as tmpfs mounted on vservers may not have enough space. X-Git-Tag: Monitor-3.0-8~5 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=4c95975cd50893bb68450269a7e082bb4dcedd8a build in /var/tmp as tmpfs mounted on vservers may not have enough space. --- diff --git a/Monitor.spec b/Monitor.spec index 4c5b01e..1843fe2 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -208,10 +208,10 @@ rm -rf $RPM_BUILD_ROOT /%{_initrddir}/monitor-runlevelagent %post server-deps -easy_install -UZ Elixir -easy_install -UZ ElementTree -easy_install -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz -easy_install -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg +easy_install --build-directory /var/tmp -UZ Elixir +easy_install --build-directory /var/tmp -UZ ElementTree +easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz +easy_install --build-directory /var/tmp -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg # NOTE: add the default xml stuff if it's not already in the default xml config. if ! grep '' /etc/planetlab/default_config.xml ; then