[BACK]Return to upload_release CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/upload_release between version 1.6 and 1.9

version 1.6, 2010/04/21 23:15:41 version 1.9, 2011/06/08 17:38:31
Line 11 
Line 11 
         fi          fi
 fi  fi
   
 RELEASEDIR=/usr/release  . /etc/release.conf
   RELEASEDIR=$RELEASE
   
 ls $RELEASEDIR | grep -v ^site > $RELEASEDIR/index.txt  ls $RELEASEDIR | grep -v '^site' > $RELEASEDIR/index.txt
 rsync -avP $RELEASEDIR/ \  rsync -avP $RELEASEDIR/ \
           --files-from ${RELEASEDIR}/index.txt \
         us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/          us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/
   
 ls $RELEASEDIR > $RELEASEDIR/index.txt  ls $RELEASEDIR > $RELEASEDIR/index.txt
 rsync -avP $RELEASEDIR/ \  rsync -avP $RELEASEDIR/ \
         rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/          --files-from ${RELEASEDIR}/index.txt \
           rrlhcsta0100:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>