aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/createreldir.sh
diff options
context:
space:
mode:
authorgareth2007-05-05 19:16:26 +0000
committergareth2007-05-05 19:16:26 +0000
commit0dbb743e2d4cf4a6a98d952574e59a075cfb125d (patch)
tree370440bd700353db293143388529096224a75c40 /releng/createreldir.sh
parentZOMG! A release-engineering setup (or rather, 2 scripts, working on it) (diff)
downloadopensim-SC_OLD-0dbb743e2d4cf4a6a98d952574e59a075cfb125d.zip
opensim-SC_OLD-0dbb743e2d4cf4a6a98d952574e59a075cfb125d.tar.gz
opensim-SC_OLD-0dbb743e2d4cf4a6a98d952574e59a075cfb125d.tar.bz2
opensim-SC_OLD-0dbb743e2d4cf4a6a98d952574e59a075cfb125d.tar.xz
Added templates script
Added VersionInfo.cs template
Diffstat (limited to 'releng/createreldir.sh')
-rwxr-xr-xreleng/createreldir.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/releng/createreldir.sh b/releng/createreldir.sh
new file mode 100755
index 0000000..eb470b0
--- /dev/null
+++ b/releng/createreldir.sh
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3# this script creates a new opensim-major.minor directory and copies all the relevant files into it
4# not designed for direct invocation from the command line
5
6mkdir opensim-$OPENSIMMAJOR.$OPENSIMMINOR
7
8cp -R dist/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR
9cp -R build/bin/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR/bin