diff options
Diffstat (limited to 'libraries/ode-0.9/tools/checklist.txt')
-rw-r--r-- | libraries/ode-0.9/tools/checklist.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libraries/ode-0.9/tools/checklist.txt b/libraries/ode-0.9/tools/checklist.txt deleted file mode 100644 index 7aa5c11..0000000 --- a/libraries/ode-0.9/tools/checklist.txt +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
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 | |||