[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [31] trunk
- Subject: SF.net SVN: ledger-smb: [31] trunk
- From: ..hidden..
- Date: Tue, 05 Sep 2006 21:19:46 -0700
Revision: 31
http://svn.sourceforge.net/ledger-smb/?rev=31&view=rev
Author: einhverfr
Date: 2006-09-05 21:19:45 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Disabled setup.pl for now.
Modified Paths:
--------------
trunk/TODO
trunk/setup.pl
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2006-09-06 03:04:34 UTC (rev 30)
+++ trunk/TODO 2006-09-06 04:19:45 UTC (rev 31)
@@ -13,15 +13,15 @@
add authentication abstraction, this problem can be permanently
solved in a modular fashion.
- * finish removing references to sql-ledger
-- write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
+- *write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
Database script is done. Just untar over the top?
If so, then this is done.
- *write press release
- *write SL List announcement
- *CONTRIBUTORS/AUTHORS file.
- *Delete setup.pl file for released versions. (not in SVN). (via the SL2LS.pl)
-- Run final tests on applications
- - crossgrade script-- missing SL directory unlink logic.
+- *Run final tests on applications
+ - *crossgrade script-- missing SL directory unlink logic.
- *templates
- *db upgrade
- *Fix printing bug with LaTeX templates. Error:
Modified: trunk/setup.pl
===================================================================
--- trunk/setup.pl 2006-09-06 03:04:34 UTC (rev 30)
+++ trunk/setup.pl 2006-09-06 04:19:45 UTC (rev 31)
@@ -8,6 +8,9 @@
#
#######################################################################
+print "This script should not be used with LedgerSMB in this release.\n\n";
+exit;
+
$| = 1;
if ($ENV{HTTP_USER_AGENT}) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.