1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 01:26:23 +01:00

package cache should be in /var/cache not in /var/tmp

This commit is contained in:
Pavol Rusnak 2010-06-09 17:58:29 +02:00
parent b2f7b6c5a1
commit 8d34581960

View File

@ -64,7 +64,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
'user': 'your_username', 'user': 'your_username',
'pass': 'your_password', 'pass': 'your_password',
'passx': '', 'passx': '',
'packagecachedir': '/var/tmp/osbuild-packagecache', 'packagecachedir': '/var/cache/osbuild-packagecache',
'su-wrapper': 'su -c', 'su-wrapper': 'su -c',
# build type settings # build type settings