mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
package cache should be in /var/cache not in /var/tmp
This commit is contained in:
parent
b2f7b6c5a1
commit
8d34581960
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user