[opensuse-buildservice] oscrc settings per API url
I wonder why build-root is a global setting, instead of a per API-URL setting? With an ~/.oscrc as shown below the build-root defaults to /var/tmp/build-root/openSUSE_13.1-x86_64, which is not what I want.. Can this be fixed? Olaf [general] packagecachedir = /abuild_disk/olaf/OSbuild-packagecache su-wrapper = sudo nice -n -13 ionice -c 1 -t [https://api.opensuse.org] build-root = /abuild_disk/olaf/oscbuild/obs/%(repo)s-%(arch)s-%(project)s-%(package)s user=$user [https://api.suse.de] build-root = /abuild_disk/olaf/oscbuild/ibs/%(repo)s-%(arch)s-%(project)s-%(package)s user=$user -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Olaf Hering <olaf@aepfle.de> writes:
I wonder why build-root is a global setting, instead of a per API-URL setting? With an ~/.oscrc as shown below the build-root defaults to /var/tmp/build-root/openSUSE_13.1-x86_64, which is not what I want.. Can this be fixed?
You can substitute %(apihost), FWIW. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 2014-06-03 11:34:26 +0200, Olaf Hering wrote:
I wonder why build-root is a global setting, instead of a per API-URL setting? With an ~/.oscrc as shown below the build-root defaults to /var/tmp/build-root/openSUSE_13.1-x86_64, which is not what I want.. Can this be fixed?
I just added support for it to git master (commit 7efd6db501001ed4c04aca6582abdef158889a7d). Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Marcus Hüwe
-
Olaf Hering