commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10094 - trunk/www/utils/sbin


From: reinhard
Subject: [gnue] r10094 - trunk/www/utils/sbin
Date: Sun, 6 Dec 2009 04:59:38 -0600 (CST)

Author: reinhard
Date: 2009-12-06 04:59:38 -0600 (Sun, 06 Dec 2009)
New Revision: 10094

Modified:
   trunk/www/utils/sbin/update-tasks
Log:
Create website *after* the docs have been built, because we need the docs for
the website...


Modified: trunk/www/utils/sbin/update-tasks
===================================================================
--- trunk/www/utils/sbin/update-tasks   2009-12-05 20:55:48 UTC (rev 10093)
+++ trunk/www/utils/sbin/update-tasks   2009-12-06 10:59:38 UTC (rev 10094)
@@ -86,15 +86,6 @@
 HOME=${BASE} ./setup-svn.py --auto  2>&1 | sed 's/^/  (*) /g'
 
 
-# Update the website based on gnue/www/
-echo "$(date +"%F %T")  Updating website."
-cd ${CHECKOUT}/www
-$BASE/bin/gcvs utils/create-website --update --dest /usr/local/www/gnue/htdocs 
--htdig /etc/htdig --twiki /var/lib/twiki/templates 2>&1 | sed 's/^/  (*) /g'
-
-# Update the downloads section
-echo "$(date +"%F %T")  Updating downloads."
-/usr/local/gnue-sandbox/sbin/update-downloads 2>&1 | sed 's/^/  (*) /g'
-
 #
 # Create docs
 #
@@ -144,6 +135,15 @@
   echo "."
 done
 
+# Update the website based on gnue/www/
+echo "$(date +"%F %T")  Updating website."
+cd ${CHECKOUT}/www
+$BASE/bin/gcvs utils/create-website --update --dest /usr/local/www/gnue/htdocs 
--htdig /etc/htdig --twiki /var/lib/twiki/templates 2>&1 | sed 's/^/  (*) /g'
+
+# Update the downloads section
+echo "$(date +"%F %T")  Updating downloads."
+/usr/local/gnue-sandbox/sbin/update-downloads 2>&1 | sed 's/^/  (*) /g'
+
 echo "$(date +"%F %T")  Website update finished."
 
 ) > $OUTFILE  2>&1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]