Add new hostname for finlandia
authorJoey Schulze <joey@infodrom.org>
Sat, 7 Dec 2013 18:45:04 +0000 (18:45 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 7 Dec 2013 18:45:04 +0000 (18:45 +0000)
Styles/db.style

index 0426046..867b495 100644 (file)
@@ -4,7 +4,7 @@
 # <dbport>       Name des Ports des Datenbankrechners
 #
 
-<ifeq "$(WML_GEN_HOSTNAME)" "finlandia" "
+<ifeq "$(WML_GEN_HOSTNAME)" "finlandia.home.infodrom.org" "
    <define-tag dbhost>kuolema</define-tag>
    <define-tag dbport>5432</define-tag>
    <define-tag dbname>web</define-tag>
@@ -17,6 +17,6 @@
 
 <:
   if (substr ("<dbname>", 0, 1) eq "<") {
-    print  STDERR "Unknown build host, fix db.style.\n";
+    print STDERR "Unknown build host %s, fix db.style.\n", "$(WML_GEN_HOSTNAME)";
   }
 :>