tag tarball with day of year
authorJohn Kern <johnk@symbian.org>
Thu, 04 Feb 2010 08:24:04 -0800
changeset 95 08b14ea8276f
parent 94 4c2807764d46
child 96 dfa87e0bcb2b
tag tarball with day of year
scripts/shepard.sh
--- 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