@cryptotaxi247 / infra / commits / 04380610

Support organization configuration for subversion

svn path=/configurations/trunk/tud/; revision=8008

Martin Bravenboer committed Feb 22, 2007 at 10:56 UTC 0438061016a72fd31edc47aaafbc44247b305db5
2 files changed +6
main.nix
+6
@@ -42,6 +42,12 @@ rec {
42 dataDir = "/data/subversion";
43 notificationSender = "svn@example.org";
44 userCreationDomain = "st.ewi.tudelft.nl";
45 +
46 + organization = {
47 + name = "Software Engineering Research Group, TU Delft";
48 + url = "http://swerl.tudelft.nl";
49 + logo = ./serg-logo.png;
50 + };
51 };
52 };
53
serg-logo.png
Binary files /dev/null and b/serg-logo.png differ