diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-01 18:00:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-01 18:00:21 -0400 |
| commit | 3edde4036017ee09c5e43d94097fdbdc9356a7b3 (patch) | |
| tree | 38e81d67f57056d7beff58e955ebf028ed1d8d4e /src/Propellor/Property/SiteSpecific | |
| parent | 5bc65afa0ffeb081d36a2db4d5bf32422a213132 (diff) | |
use git.joeyh.name
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 445bce07..4de6c5d3 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -236,7 +236,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props & Git.daemonRunning "/srv/git" & "/etc/gitweb.conf" `File.containsLines` [ "$projectroot = '/srv/git';" - , "@git_base_url_list = ('git://git.kitenet.net', 'http://git.kitenet.net/git', 'https://git.kitenet.net/git', 'ssh://git.kitenet.net/srv/git');" + , "@git_base_url_list = ('https://git.joeyh.name/git', 'git://git.joeyh.name', 'ssh://git.joeyh.name/srv/git');" , "# disable snapshot download; overloads server" , "$feature{'snapshot'}{'default'} = [];" ] |
