mkdist: update

This commit is contained in:
mappu 2017-04-23 19:23:55 +12:00
parent 6c21f36d77
commit 650664a95d
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,12 @@
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 static_global \ --exclude='sites/codesite.example.com/wwwroot' \
rebuild.sh \
sites/codesite.example.com \
static \
lib \
--owner=0 --group=0 --owner=0 --group=0
read -p "Press any key to continue..." read -p "Press any key to continue..."