Check-in [10b77fbc91]
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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.9.4.@@SVNLCR@@"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date







|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.9.5.@@SVNLCR@@"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date

Modified build/prepare.sh from [8a5eaad76d] to [dd7fdf7dbc].

1
2
3
4
5
6
7
#! /bin/sh

rm -f client/teapot-client client/teapot-client.exe
rm -rf server/pkgs

make -C client teapot-client.kit
cp client/*.kit .



|



1
2
3
4
5
6
7
#! /bin/sh

rm -f client/teapot-client client/teapot-client.exe
rm -rf server/pkgs server/as.pkgs

make -C client teapot-client.kit
cp client/*.kit .