[opensuse-buildservice] How to change package download URL from https://api.opensuse.org/... to somethig else?
Hi, my local build server is building quite nicely now, even Ubuntu/deb packages. There is one thing that I wasn't able to find in the wiki: How can I change the download URL for built packages? A download URL on my local server for a test package looks like: https://api.opensuse.org/rpm/somePackage%3AFactory/xUbuntu_7.04/somePackage/... It should be something like: http://127.0.42.2/.... A small hint where to change that in the configuration files is much appreciated! many thanks cheers Chris http://www.acurana.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2008-01-28 01:49:52 +0100, Christopher Lang wrote:
Hi,
my local build server is building quite nicely now, even Ubuntu/deb packages.
There is one thing that I wasn't able to find in the wiki:
How can I change the download URL for built packages?
A download URL on my local server for a test package looks like: https://api.opensuse.org/rpm/somePackage%3AFactory/xUbuntu_7.04/somePackage/...
It should be something like: http://127.0.42.2/....
A small hint where to change that in the configuration files is much appreciated!
Unfortunately these urls are hardcoded in the webclient source code. It should be sufficient to adapt the urls in the webclient/app/helpers/package_helper.rb file. Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Marcus Hüwe escribió:
Unfortunately these urls are hardcoded in the webclient source code. It should be sufficient to adapt the urls in the webclient/app/helpers/package_helper.rb file.
uh ho, that's no good :( please fill a bug report, they shouldnt be hardcoded. -- "The only thing that interferes with my learning is my education." - Albert Einstein Cristian Rodríguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Christopher Lang
-
Cristian Rodríguez
-
Marcus Hüwe