Changeset 2023
- Timestamp:
- 02/22/08 08:44:45 (3 months ago)
- Files:
-
- swish_website/Make_Daily.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/Make_Daily.sh
r1761 r2023 3 3 DIR="${BASE_DIR:=$HOME/swish}" 4 4 5 5 ############################################ 6 # build the 2.4 branch 6 7 swish-daily.pl \ 7 8 --topdir=$DIR/swish_daily_build \ 8 9 --tardir=$DIR/swish-daily || exit 1; 9 10 11 12 ############################################ 13 # build the 2.6 branch (which makes 2.7.0 now) 14 # --no-latest avoids making latest.tar.gz symlink. 15 # --no-symlink avoids making latest_swish_build symlink 16 swish-daily.pl \ 17 --svnco='svn co http://svn.swish-e.org/swish-e/branches/2.6/' \ 18 --no-latest \ 19 --no-symlink \ 20 --topdir=$DIR/swish_daily_build \ 21 --tardir=$DIR/swish-daily || exit 1; 22
