diff options
author | gareth | 2007-05-16 17:41:19 +0000 |
---|---|---|
committer | gareth | 2007-05-16 17:41:19 +0000 |
commit | b24428133ae0d26146ff2e9150397d47d8afec7a (patch) | |
tree | 72ff09a937ba57eaa2086ac9c8660d8c69738427 /releng/makerel.sh | |
parent | Quite big change to how Sessions/circuits are Authenticated. Seems to work ok... (diff) | |
download | opensim-SC_OLD-b24428133ae0d26146ff2e9150397d47d8afec7a.zip opensim-SC_OLD-b24428133ae0d26146ff2e9150397d47d8afec7a.tar.gz opensim-SC_OLD-b24428133ae0d26146ff2e9150397d47d8afec7a.tar.bz2 opensim-SC_OLD-b24428133ae0d26146ff2e9150397d47d8afec7a.tar.xz |
Clarified that one should use makerel.sh
Diffstat (limited to 'releng/makerel.sh')
-rwxr-xr-x | releng/makerel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||