scripts/shepard.sh
changeset 95 08b14ea8276f
parent 91 ca4b5c63386b
child 158 eea70b5d3a93
--- a/scripts/shepard.sh	Thu Feb 04 08:12:58 2010 -0800
+++ b/scripts/shepard.sh	Thu Feb 04 08:24:04 2010 -0800
@@ -49,7 +49,7 @@
 # package it up. 
 
 cd ${LINUX_PROD_DIR}
-tar -czvf webruntime.linux.tar eclipse
+tar -czvf webruntime${DAY_OF_YEAR}.linux.tar eclipse
 
 # Mac OSX
 cp -pr ${MACOSX_EXPORT_DIR}/eclipse ${MACOSX_PROD_DIR}
@@ -61,7 +61,7 @@
 
 # package it up. 
 cd ${MACOSX_PROD_DIR}
-tar -czvf  webruntime.macosx.tar eclipse
+tar -czvf  webruntime${DAY_OF_YEAR}.macosx.tar eclipse
 
 # Win32
 cp -pr ${WIN32_EXPORT_DIR}/eclipse ${WIN32_PROD_DIR}
@@ -74,5 +74,5 @@
 # package it up. 
 
 cd ${WIN32_PROD_DIR}
-tar -czvf  webruntime.win32.tar eclipse
+tar -czvf  webruntime${DAY_OF_YEAR}.win32.tar eclipse