[tuxdroid-svn] r5231 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-29 17:38:07
|
Author: remi Date: 2009-07-29 19:37:51 +0200 (Wed, 29 Jul 2009) New Revision: 5231 Modified: software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py Log: * Auto updater will now get the "online" versions Modified: software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py =================================================================== --- software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-29 15:55:19 UTC (rev 5230) +++ software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-29 17:37:51 UTC (rev 5231) @@ -23,7 +23,7 @@ from util.misc import URLTools from util.logger import * -DIST_STATE = "beta" +DIST_STATE = "online" PART_CONF_SRC_URL = 0 PART_CONF_DEST = 1 |