]> git.mxchange.org Git - hub.git/blobdiff - package.sh
Network package handling added (unfinished)
[hub.git] / package.sh
index c7d12c053abccb8912baddf8ac23ce0bf8d56e71..efb23331713544e215418f5e8e6285879e47f8bc 100755 (executable)
@@ -3,14 +3,14 @@
 sh ./clear-cache.sh
 
 echo -n "$0: Packaging... "
-zip -9 gos-hub_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
+zip -9 hub_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
 echo -n "."
-zip -9r gos-hub_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
+zip -9r hub_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
 echo -n "."
-zip -d gos-hub_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1
+zip -d hub_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1
 echo ". done"
 
 echo "$0: Renaming..."
-mv gos-hub_dev.zip gos-hub_dev_`date +%Y%m%d_%H%M%S`.zip
+mv hub_dev.zip hub_dev_`date +%Y%m%d_%H%M%S`.zip
 
 echo "$0: All done."