aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BuildReleases.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BuildReleases.sh')
-rwxr-xr-xBuildReleases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh
index adb001e..c1a19e5 100755
--- a/BuildReleases.sh
+++ b/BuildReleases.sh
@@ -53,7 +53,7 @@ version=$(SOURCE/linden/scripts/viewer_info.py --combined)
53date=$(date '+%Y-%m-%d_%H') 53date=$(date '+%Y-%m-%d_%H')
54 54
55echo "Creating source tarball." 55echo "Creating source tarball."
56tar czf TARBALLS/${version}-source_${date}.tar.gz SOURCE && 56tar czf TARBALLS/${version}-source_${date}.tar.gz --exclude-vcs SOURCE &&
57 57
58 58
59FTP_PORT=$(unique_port) 59FTP_PORT=$(unique_port)