Author: benm
Date: 2005-04-12 16:21:35 -0400 (Tue, 12 Apr 2005)
New Revision: 42871

Modified:
   trunk/release/website/mk-oc.sh
   trunk/release/website/oc-config/official.conf
   trunk/release/website/oc-config/stage.conf
Log:
fix

Modified: trunk/release/website/mk-oc.sh
===================================================================
--- trunk/release/website/mk-oc.sh      2005-04-12 20:19:35 UTC (rev 42870)
+++ trunk/release/website/mk-oc.sh      2005-04-12 20:21:35 UTC (rev 42871)
@@ -10,6 +10,8 @@
 rm -rf server.conf
 
 
+cp $confdir/oc-config/distributions.xml .
+
 cat $confdir/oc-config/$serverconf.conf | while read line; do
        if [ "x${line:0:1}" != "x!" ]; then
                echo $line >> server.conf

Modified: trunk/release/website/oc-config/official.conf
===================================================================
--- trunk/release/website/oc-config/official.conf       2005-04-12 20:19:35 UTC 
(rev 42870)
+++ trunk/release/website/oc-config/official.conf       2005-04-12 20:21:35 UTC 
(rev 42871)
@@ -1,7 +1,9 @@
 Name "Mono"
 ServerID mono-official
 ContactEmail [EMAIL PROTECTED]
+DistsFile distributions.xml
 
+
 ! mono
 ! mono-1.1
 ! gtk-sharp

Modified: trunk/release/website/oc-config/stage.conf
===================================================================
--- trunk/release/website/oc-config/stage.conf  2005-04-12 20:19:35 UTC (rev 
42870)
+++ trunk/release/website/oc-config/stage.conf  2005-04-12 20:21:35 UTC (rev 
42871)
@@ -1,6 +1,7 @@
 Name "Mono Staging Server"
 ServerID mono-staging
 ContactEmail [EMAIL PROTECTED]
+DistsFile distributions.xml
 
 ! mono
 ! mono-1.1

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to