[GRASS-SVN] r40548 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 19 04:20:39 EST 2010


Author: martinl
Date: 2010-01-19 04:20:38 -0500 (Tue, 19 Jan 2010)
New Revision: 40548

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
Log:
simplify packager script (to as cronjob)

Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2010-01-19 07:34:44 UTC (rev 40547)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2010-01-19 09:20:38 UTC (rev 40548)
@@ -12,33 +12,18 @@
 rem Set the script variables
 rem --------------------------------------------------------------------------------------------------------------------------
 
-set GRASS_65_DEV_PACKAGE_DIR=.\GRASS-65-Dev-Package
+set PACKAGE_DIR=.\GRASS-65-Dev-Package
 
 set OSGEO4W_DIR=c:\osgeo4w
 
-set GRASS_65_DEV_INSTALL_DIR=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn
+set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn
 
-rem @echo .
-rem @echo Select the GRASS version to pack:
-rem @echo.
-rem @echo 1. Current GRASS-65 Development Version
-rem @echo.
-
-rem set /p SELECTION=Enter your selection (1):
-
-rem if %SELECTION%==1 (
-set PACKAGE_DIR=%GRASS_65_DEV_PACKAGE_DIR%
-set GRASS_PREFIX=%GRASS_65_DEV_INSTALL_DIR%
-rem )
-
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Remove the previous Selected Package and create a new PACKAGE_DIR
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
 
-rem pause
-
 if exist %PACKAGE_DIR% rmdir /S/Q %PACKAGE_DIR%
 mkdir %PACKAGE_DIR%
 
@@ -193,4 +178,3 @@
 @echo Packaging Completed
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
-pause



More information about the grass-commit mailing list