[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.5 and 1.6

version 1.5, 2010/02/25 16:24:00 version 1.6, 2010/04/21 23:15:41
Line 13 
Line 13 
   
 RELEASEDIR=/usr/release  RELEASEDIR=/usr/release
   
 ls $RELEASEDIR > $RELEASEDIR/index.txt  ls $RELEASEDIR | grep -v ^site > $RELEASEDIR/index.txt
   
 rsync -avP $RELEASEDIR/ \  rsync -avP $RELEASEDIR/ \
         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
   rsync -avP $RELEASEDIR/ \
           rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/

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

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