Differences From Artifact [8a5eaad76d]:
- Executable file build/prepare.sh — part of check-in [3b36c0ccca] at 2010-02-05 03:57:49 on branch trunk — Updated build script to avoid releasing package binary data (user: rkeene, size: 135) [annotate] [blame] [check-ins using]
To Artifact [dd7fdf7dbc]:
- Executable file build/prepare.sh — part of check-in [10b77fbc91] at 2010-02-11 15:48:50 on branch trunk — teaparty 0.9.5.x Updated to remove ActivevState repository cache before packaging (user: rkeene, size: 150) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/sh rm -f client/teapot-client client/teapot-client.exe | | | 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 . |