1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02: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',
'pass': 'your_password',
'passx': '',
'packagecachedir': '/var/tmp/osbuild-packagecache',
'packagecachedir': '/var/cache/osbuild-packagecache',
'su-wrapper': 'su -c',
# build type settings