diff options
| author | clime <clime@redhat.com> | 2016-09-08 16:05:15 +0200 |
|---|---|---|
| committer | clime <clime@redhat.com> | 2016-09-14 02:40:44 +0200 |
| commit | 6ec8a7ea2ea390035208bbcdedb7030824ad6d1a (patch) | |
| tree | 9cc228a045fb92f3073fe0e5532c36d0059142e3 | |
| parent | 80250df261caa57e1ddaefcb390fde652ac00969 (diff) | |
make copr-dist-git compatible with the latest fedpkg versions
| -rw-r--r-- | roles/copr/dist_git/files/httpd/dist-git/lookaside-copr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/copr/dist_git/files/httpd/dist-git/lookaside-copr.conf b/roles/copr/dist_git/files/httpd/dist-git/lookaside-copr.conf index cf5334d1b..c86e19d52 100644 --- a/roles/copr/dist_git/files/httpd/dist-git/lookaside-copr.conf +++ b/roles/copr/dist_git/files/httpd/dist-git/lookaside-copr.conf @@ -1 +1,2 @@ +AliasMatch "/repo(/.*)/md5(/.*)" "/var/lib/dist-git/cache/lookaside$1$2" Alias /repo/ /var/lib/dist-git/cache/lookaside/ |
