[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.7

version 1.6, 2010/04/21 23:15:41 version 1.7, 2010/04/21 23:21:22
Line 13 
Line 13 
   
 RELEASEDIR=/usr/release  RELEASEDIR=/usr/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/ \
           --files-from ${RELEASEDIR}/index.txt \
         rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/          rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/

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

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