# HG changeset patch # User John Kern # Date 1265300644 28800 # Node ID 08b14ea8276f3e1997bf9f5620fd610874c30f4f # Parent 4c2807764d46db83859247e23c8ed49c969392fa tag tarball with day of year diff -r 4c2807764d46 -r 08b14ea8276f 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