From da6637ea9cf319602f0389f686e9af87dd2129a9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Oct 17 2017 19:49:28 +0000 Subject: [docker] fix URL to lookaside --- diff --git a/docker/backend/files/etc/rpkg.conf b/docker/backend/files/etc/rpkg.conf index d5a4cc8..21bada3 100644 --- a/docker/backend/files/etc/rpkg.conf +++ b/docker/backend/files/etc/rpkg.conf @@ -1,6 +1,6 @@ [rpkg] -lookaside = http://localhost:5001/repo/pkgs +lookaside = http://distgit/repo/pkgs lookasidehash = md5 -lookaside_cgi = https://localhost:5001/repo/pkgs/upload.cgi +lookaside_cgi = https://distgit/repo/pkgs/upload.cgi gitbaseurl = ssh://%(user)s@localhost/%(module)s anongiturl = git://localhost/%(module)s