dashboard r532 - trunk



Author: llipka
Date: Wed Feb 13 23:26:06 2008
New Revision: 532
URL: http://svn.gnome.org/viewvc/dashboard?rev=532&view=rev

Log:
Disable autogen.sh and include a warning about our move to code.google.com

Modified:
   trunk/MAINTAINERS
   trunk/NEWS
   trunk/README
   trunk/autogen.sh

Modified: trunk/MAINTAINERS
==============================================================================
--- trunk/MAINTAINERS	(original)
+++ trunk/MAINTAINERS	Wed Feb 13 23:26:06 2008
@@ -1 +1,3 @@
-Nat Friedman <nat nat org>
+Nat Friedman
+E-mail: nat nat org
+Userid: nat

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Feb 13 23:26:06 2008
@@ -1,2 +1,5 @@
 Dashboard has moved to:
-http://code.google.com/p/dashboard/
+
+  http://code.google.com/p/dashboard/
+
+See you there!

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Wed Feb 13 23:26:06 2008
@@ -1,17 +1,12 @@
 *******************************************************************
-******************************************************************
-******************************************************************
-WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+Hey you!
 
-This is _NOT_ the current home of dashboard it is here for archival purposes, the current code is at:
+Dashboard has moved to:
 
-http://code.google.com/p/dashboard/
+  http://code.google.com/p/dashboard/
 
-WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
-*******************************************************************
+This code here is available solely for historical reference.
 ******************************************************************
-******************************************************************
-
 
 
 GNOME Dashboard

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Wed Feb 13 23:26:06 2008
@@ -12,6 +12,16 @@
 
 DIE=0
 
+# Comment out the following lines if you want to be able
+# to build this codebase regarding the big fat warning.
+echo
+echo "The Dashboard project has moved to:"
+echo
+echo "  http://code.google.com/p/dashboard/";
+echo
+echo "The code in this repository is no longer maintained!"
+exit 1
+
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
 	echo
 	echo "You must have autoconf installed to compile $PROJECT."



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