From 650664a95db07a8207c413ef2ea52a905b8592b0 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 23 Apr 2017 19:23:55 +1200 Subject: [PATCH] mkdist: update --- mkdist.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkdist.sh b/mkdist.sh index a5576f9..5c30681 100755 --- a/mkdist.sh +++ b/mkdist.sh @@ -3,7 +3,12 @@ set -eu 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 read -p "Press any key to continue..." +