Overview
Comment: | teaparty 0.9.5.x Updated to remove ActivevState repository cache before packaging |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 10b77fbc91ec8f17eb4a79ba695d730f8cc8f8f9 |
User & Date: | rkeene on 2010-02-11 15:48:50 |
Other Links: | manifest | tags |
Context
2010-02-28
| ||
23:23 | Added HP-UX support to platform script check-in: 5e09d65c21 user: rkeene tags: trunk | |
2010-02-11
| ||
15:48 | teaparty 0.9.5.x Updated to remove ActivevState repository cache before packaging check-in: 10b77fbc91 user: rkeene tags: trunk | |
13:49 | Added the ability to specify a PLATFORM (defaults to auto-detect) Disabled building of binary packages when PLATFORM is "tcl" Added building Tcllib if PLATFORM is "tcl" check-in: c0fd75de7e user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [d95d3087c0] to [591d385d64].
12 12 # If set to "auto" it will be maintained in a file called .version 13 13 # in the source directory and the revision will be incremented 14 14 # each time a "makearch" is done. 15 15 # 16 16 # If @@SVNLCR@@ is used anywhere in this version number, it will be 17 17 # replaced with the highest last-changed-rev from the output of 18 18 # svn info -R (or 0) 19 -VERS="0.9.4.@@SVNLCR@@" 19 +VERS="0.9.5.@@SVNLCR@@" 20 20 21 21 # Space sperated list of documents, if they exist, they will be 22 22 # prefixed with the contents of the DOC_HDR file and substitution 23 23 # will occur: 24 24 # @@UTIL@@ becomes the utility name ${UTIL} 25 25 # @@VERS@@ becomes the utility version 26 26 # @@DATE@@ becomes the current date
Modified build/prepare.sh from [8a5eaad76d] to [dd7fdf7dbc].
1 1 #! /bin/sh 2 2 3 3 rm -f client/teapot-client client/teapot-client.exe 4 -rm -rf server/pkgs 4 +rm -rf server/pkgs server/as.pkgs 5 5 6 6 make -C client teapot-client.kit 7 7 cp client/*.kit .