diff options
author | dan miller | 2007-10-19 04:28:53 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 04:28:53 +0000 |
commit | 0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/tools/checklist.txt | |
parent | small bit of refactoring (diff) | |
download | opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2 opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz |
adding ode source to /libraries
Diffstat (limited to 'libraries/ode-0.9\/tools/checklist.txt')
-rwxr-xr-x | libraries/ode-0.9\/tools/checklist.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/tools/checklist.txt b/libraries/ode-0.9\/tools/checklist.txt new file mode 100755 index 0000000..7aa5c11 --- /dev/null +++ b/libraries/ode-0.9\/tools/checklist.txt | |||
@@ -0,0 +1,25 @@ | |||
1 | RELEASE CHECKLIST | ||
2 | --------------------------------------------- | ||
3 | |||
4 | ( ) Update versions at start of configure.in (AC_INIT, ODE_CURRENT, etc.) | ||
5 | |||
6 | ( ) Create a release branch in SVN | ||
7 | |||
8 | ( ) Run msw-release.bat in VS2003 command prompt | ||
9 | |||
10 | ( ) Run src-release.sh to create source package | ||
11 | (Must run in Linux or Cygwin w/autotools) | ||
12 | |||
13 | |||
14 | |||
15 | SANITY CHECK of release package | ||
16 | --------------------------------------------- | ||
17 | |||
18 | * binaries exist | ||
19 | |||
20 | * include/ode/config.h exists | ||
21 | |||
22 | * configure script exists - if not: is autotools installed? | ||
23 | |||
24 | * docs have been generated in docs/ | ||
25 | |||