[opensuse-buildservice] osc slow down local build with local obs
Hi, osc tries first to download needed packages from download.opensuse.org. Because this box has no internet connection this slow down local builds. Is there a possibility to deactivate "download.opensuse.org" ? How to configure this ? ----LOG--- URLs to try for package 'tar': file:///var/tmp/osbuild-packagecache/SUSE:SLE-10/standard/i586/tar-1.15.1-23.13.i586.rpm/ http://download.opensuse.org/repositories/SUSE:SLE-10/standard/i586/tar-1.15... http://api.de.icw.de/build/SUSE:SLE-10/standard/i586/_repository/tar connect: (download.opensuse.org, 80) connect fail: ('download.opensuse.org', 80) Trying upstream server for tar (SUSE:SLE-10), since it is not on download.opensuse.org. connect: (api.de.icw.de, 80) Cheers Chris --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tuesday 29 July 2008 13:14:31 Christian wrote:
Hi,
osc tries first to download needed packages from download.opensuse.org. Because this box has no internet connection this slow down local builds.
Is there a possibility to deactivate "download.opensuse.org" ? How to configure this ?
hm, this should become configurable for own build service instances ... Please open a feature request in bugzilla for this. For now, because Peter is on vacation, I can only recommend to add download.opensuse.org in /etc/hosts to some local host. You should be able to avoid the timeouts via this workaround. bye adrian -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2008-07-29 13:14:31 +0200, Christian wrote:
Hi,
osc tries first to download needed packages from download.opensuse.org. Because this box has no internet connection this slow down local builds.
Is there a possibility to deactivate "download.opensuse.org" ? How to configure this ?
Add the following to your ~/.oscrc file: urllist: %(scheme)s://%(apisrv)s/build/%(project)s/%(repository)s/%(buildarch)s/_repository/%(name)s
----LOG--- URLs to try for package 'tar': file:///var/tmp/osbuild-packagecache/SUSE:SLE-10/standard/i586/tar-1.15.1-23.13.i586.rpm/ http://download.opensuse.org/repositories/SUSE:SLE-10/standard/i586/tar-1.15... http://api.de.icw.de/build/SUSE:SLE-10/standard/i586/_repository/tar
connect: (download.opensuse.org, 80) connect fail: ('download.opensuse.org', 80) Trying upstream server for tar (SUSE:SLE-10), since it is not on download.opensuse.org. connect: (api.de.icw.de, 80)
Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi Marcus, thanks, now it works very fast. :) Cheers Chris Marcus Hüwe schrieb:
Add the following to your ~/.oscrc file:
urllist: %(scheme)s://%(apisrv)s/build/%(project)s/%(repository)s/%(buildarch)s/_repository/%(name)s
Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Adrian Schröter
-
Christian
-
Marcus Hüwe