mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Clarified that one should use makerel.sh
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
This directory contains scripts etc for creating a tarball/package out of the SVN tree.
|
||||
Use makerel.sh to generate a tarball, do not use other scripts
|
||||
It is designed to be run before releases or by developers/users before a local install from source.
|
||||
|
||||
@@ -21,5 +21,6 @@ rm -rf build
|
||||
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
|
||||
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
|
||||
|
||||
rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
|
||||
echo "Produced binary tarball ready for distribution."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user