mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
Revert "package cache should be in /var/cache not in /var/tmp"
This reverts commit 8d34581960
.
/var/cache is not writable for everyone :-/
This commit is contained in:
parent
8d34581960
commit
e8d60c36a2
@ -64,7 +64,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
|
||||
'user': 'your_username',
|
||||
'pass': 'your_password',
|
||||
'passx': '',
|
||||
'packagecachedir': '/var/cache/osbuild-packagecache',
|
||||
'packagecachedir': '/var/tmp/osbuild-packagecache',
|
||||
'su-wrapper': 'su -c',
|
||||
|
||||
# build type settings
|
||||
|
Loading…
Reference in New Issue
Block a user