Changeset 399 in MondoRescue for branches/stable/tools
- Timestamp:
- Feb 17, 2006, 1:54:07 PM (19 years ago)
- Location:
- branches/stable/tools
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/livwww
r386 r399 9 9 # 10 10 DESTDIR=/var/www/html/mondo 11 DESTMACH=www1.mondorescue.org12 11 DESTUSER=apache 13 12 MONDODIR=/mondo/www/html/mondo 14 13 TESTDIR=/mondo/www/html/test 15 14 15 /sbin/ifconfig | grep -q 10.3.3 2>&1 > /dev/null 16 if [ $? = 0 ]; then 17 DESTMACH=mondo.hpintelco.org 18 else 19 DESTMACH=www1.mondorescue.org 20 fi 16 21 17 22 dname=`dirname $0` … … 27 32 rm -rf $DESTDIR 28 33 cp -a ${BASE}/svn/${VER}/website $DESTDIR 34 (cd ${BASE}/svn/${VER}/documentation ; make) 35 mkdir -p $DESTDIR/docs 29 36 cp -a ${BASE}/svn/${VER}/documentation/* $DESTDIR/docs 30 37 find $DESTDIR -type d | xargs chmod 755 … … 43 50 ssh ${DESTUSER}@${DESTMACH} "rm -rf ${DESTDIR} ; mkdir ${DESTDIR}" 44 51 scp /tmp/mondo-www.tz2 ${DESTUSER}@${DESTMACH}:/tmp 52 rm -f /tmp/mondo-www.tz2 45 53 ssh ${DESTUSER}@${DESTMACH} "cd ${DESTDIR} ; tar xfj /tmp/mondo-www.tz2" -
branches/stable/tools/mkdeliv
r336 r399 1 1 #!/bin/bash 2 2 # 3 # Deliver RPMs packages and tgz files to BerliOS3 # Deliver RPMs packages and tgz files to ftp.mondorescue.org 4 4 # 5 5 # $Id$ … … 7 7 8 8 # BerliOS FTP/SSH setup 9 BERLIOSAC=b cornec@shell.berlios.de10 DSTDIR=/ home/groups/ftp/pub/mondorescue9 BERLIOSAC=bruno@ftp.mondorescue.org 10 DSTDIR=/ 11 11 FTPSERV="ftp.berlios.de" 12 12 FTPDIR="/incoming"
Note:
See TracChangeset
for help on using the changeset viewer.