tweaks pre release

This commit is contained in:
mappu 2015-04-05 16:25:01 +12:00
parent b572d957fc
commit 4a6f8d90d8
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Written in PHP, Bash
=CHANGELOG= =CHANGELOG=
2015-04-05: r63 2015-04-05: r64
- Feature: Support sorting projects - Feature: Support sorting projects
2015-04-04: r54 2015-04-04: r54

View File

@ -3,7 +3,7 @@
set -eu set -eu
tar cJvf "codesite-$(date +%s).tar.xz" \ tar cJvf "codesite-$(date +%s).tar.xz" \
rebuild.php rebuild.sh sites/codesite.example.com \ rebuild.php rebuild.sh sites/codesite.example.com static_global \
--owner=0 --group=0 --owner=0 --group=0
read -p "Press any key to continue..." read -p "Press any key to continue..."