[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.9 and 1.10

version 1.9, 2011/06/08 17:38:31 version 1.10, 2013/01/03 03:29:10
Line 17 
Line 17 
 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 \          --files-from ${RELEASEDIR}/index.txt \
         us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/          us.holligan.net:/var/www/ftp/pub/OpenBSD-stable/`uname -r`/`machine`/
   
   rsync -avP /usr/ports/packages/`machine`/ftp/ \
           us.holligan.net:/var/www/ftp/pub/OpenBSD-stable/`uname -r`/packages/`machine`/
   
 ls $RELEASEDIR > $RELEASEDIR/index.txt  ls $RELEASEDIR > $RELEASEDIR/index.txt
 rsync -avP $RELEASEDIR/ \  rsync -avP $RELEASEDIR/ \
         --files-from ${RELEASEDIR}/index.txt \          --files-from ${RELEASEDIR}/index.txt \
         rrlhcsta0100:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/          rrlhcsta0100:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/
   
   rsync -avP /usr/ports/packages/`machine`/all/ \
           rrlhcsta0100:/var/www/ftp/pub/OpenBSD/`uname -r`/packages/`machine`/
   

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

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