@cryptotaxi247 / infra-1 / commits / a0bfacc6

Disabled Subversion temporarily due to 16.09 upgrade

Eelco Dolstra committed Feb 1, 2017 at 14:22 UTC a0bfacc6cbc2d7680000c49c519642c3a90123b8
1 file changed +4
delft/delft-webserver.nix
+4
@@ -110,6 +110,7 @@ in
110 documentRoot = cleanSource ./webroot;
111 enableUserDir = true;
112 extraSubservices = [
113 + /*
114 { function = import /etc/nixos/services/subversion;
115 urlPrefix = "";
116 toplevelRedirect = false;
@@ -121,6 +122,7 @@ in
122 logo = "/serg-logo.png";
123 };
124 }
125 + */
126 /*
127 { function = import /etc/nixos/services/subversion;
128 id = "ptg";
@@ -161,6 +163,7 @@ in
163 ( strategoxtSSLConfig //
164 { hostName = "svn.strategoxt.org";
165 extraSubservices = [
166 + /*
167 { function = import /etc/nixos/services/subversion;
168 id = "strategoxt";
169 urlPrefix = "";
@@ -172,6 +175,7 @@ in
175 logo = http://strategoxt.org/pub/Stratego/StrategoLogo/StrategoLogoTextlessWhite-100px.png;
176 };
177 }
178 + */
179 ];
180 })
181