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