1
0
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:
Pavol Rusnak 2010-06-09 18:00:16 +02:00
parent 8d34581960
commit e8d60c36a2

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/cache/osbuild-packagecache', 'packagecachedir': '/var/tmp/osbuild-packagecache',
'su-wrapper': 'su -c', 'su-wrapper': 'su -c',
# build type settings # build type settings