Adrian Schröter
6e55d7df19
- add new 'versionformat' option to determine how version is extracted via git show --pretty=... (and similar for svn / hg / bzr) - support caching of cloned repositories to speed up fetch from upstream - use mktemp -u because git/hg refuse to clone into an empty directory on SLES11 OBS-URL: https://build.opensuse.org/request/show/105386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=33
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
#
|
|
# Define a cache directory here to avoid repeating downloads of the
|
|
# same file. This works on the server and on the client side.
|
|
#
|
|
# Note that this file can be overridden with per-user config placed
|
|
# in ~/.obs/tar_scm
|
|
#
|
|
# WARNING: you need to create three directories inside, when changing from default:
|
|
# mkdir -p repo{,url} incoming
|
|
#
|
|
#CACHEDIRECTORY="/var/cache/obs/tar_scm"
|