Hi dear all,
osc build always use /var/tmp/build-root and /var/tmp/osbuildpackages as root and rpm cache. This bothers me because my / partition is quite small. Is there any way to use some other directory? build has the --root option but I don't know how to use this option in "osc build".
Thanks, Fred
Hi!
On Thursday 30 April 2009 17:58:51 Qian Feng wrote:
osc build always use /var/tmp/build-root and /var/tmp/osbuildpackages as root and rpm cache. This bothers me because my / partition is quite small. Is there any way to use some other directory?
It is not the perfect solution, but you could just symlink those to some other place.
Regards, Matthias
Qian Feng escribió:
Hi dear all,
osc build always use /var/tmp/build-root
build-root = /foo/bar/%(repo)s-%(arch)s
and /var/tmp/osbuildpackages
as root and rpm cache.
packagecachedir = /foo/bar/pkgcache
in ~/.oscrc
buildservice@lists.opensuse.org