diff options
-rw-r--r-- | releng/README | 1 | ||||
-rwxr-xr-x | releng/makerel.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/releng/README b/releng/README index b4771a5..e73f395 100644 --- a/releng/README +++ b/releng/README | |||
@@ -1,2 +1,3 @@ | |||
1 | This directory contains scripts etc for creating a tarball/package out of the SVN tree. | 1 | This directory contains scripts etc for creating a tarball/package out of the SVN tree. |
2 | Use makerel.sh to generate a tarball, do not use other scripts | ||
2 | It is designed to be run before releases or by developers/users before a local install from source. | 3 | It is designed to be run before releases or by developers/users before a local install from source. |
diff --git a/releng/makerel.sh b/releng/makerel.sh index 75d1f8c..259a2f9 100755 --- a/releng/makerel.sh +++ b/releng/makerel.sh | |||
@@ -21,5 +21,6 @@ rm -rf build | |||
21 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* | 21 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* |
22 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar | 22 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar |
23 | 23 | ||
24 | rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR | ||
24 | echo "Produced binary tarball ready for distribution." | 25 | echo "Produced binary tarball ready for distribution." |
25 | 26 | ||