mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-14 16:26: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',
|
'user': 'your_username',
|
||||||
'pass': 'your_password',
|
'pass': 'your_password',
|
||||||
'passx': '',
|
'passx': '',
|
||||||
'packagecachedir': '/var/cache/osbuild-packagecache',
|
'packagecachedir': '/var/tmp/osbuild-packagecache',
|
||||||
'su-wrapper': 'su -c',
|
'su-wrapper': 'su -c',
|
||||||
|
|
||||||
# build type settings
|
# build type settings
|
||||||
|
Loading…
Reference in New Issue
Block a user