cleanup: remove long-dead repoman and svn services
Graham Christensen committed
May 3, 2017 at 08:50 UTC
4fb2d231164fb54afc4f6a207ee69eff0717b76a
1 file changed
+1
-19
nixos-org/webserver.nix
+1
-19
@@ -137,20 +137,7 @@ in
137
#SSLOpenSSLConfCmd DHParameters "${./dhparams.pem}"
138
'';
139
extraSubservices =
140
- [ /*
141
- { function = import <services/subversion>;
142
- id = "nix";
143
- urlPrefix = "";
144
- toplevelRedirect = false;
145
- dataDir = "/data/subversion-nix";
146
- notificationSender = "svn@svn.nixos.org";
147
- organisation = {
148
- name = "Nix";
149
- url = http://nixos.org/;
150
- logo = "/logo/nixos-lores.png";
151
- };
152
- }
153
- */
140
+ [
141
{ serviceType = "mediawiki";
142
siteName = "Nix Wiki";
143
logo = "/logo/nix-wiki.png";
@@ -224,11 +211,6 @@ in
211
documentRoot = "/var/www/planet.nixos.org";
212
}
213
227
- # Obsolete, kept for backwards compatibility.
228
- { hostName = "svn.nixos.org";
229
- globalRedirect = "https://nixos.org/repoman";
230
- }
231
-
214
# Obsolete, kept for backwards compatibility.
215
{ hostName = "wiki.nixos.org";
216
extraConfig = ''