Changeset 594
- Timestamp:
- 03/29/07 15:05:57 (2 years ago)
- Files:
-
- trunk/bin/debian-base-hefeweizen-installation.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/debian-base-hefeweizen-installation.sh
r593 r594 1 1 #/bin/sh 2 2 target=/usr/local/src/HefeWeizenProject 3 bin_dir=$target/ HefeWeizen/trunk/bin3 bin_dir=$target/trunk/bin 4 4 5 5 echo "update debian package repository" … … 20 20 21 21 echo "Downloading the source code. Here is a userinteraction required. Please accept (temporarly or permanently the certificate) to continue downloading the source code." 22 svn checkout https://svn.havanawave.com:443/svn/HefeWeizen 22 svn checkout https://svn.havanawave.com:443/svn/HefeWeizen/trunk 23 23 if [ $? = 0 ]; then 24 24 echo "Successfully checkout the latest version of HefeWeizen."
