[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.3 and 1.9

version 1.3, 2008/11/03 18:45:53 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
   
 rsync -avP $RELEASEDIR/ rrlhcmp30100:/home/ftp/pub/OpenBSD/`uname -r`/`machine`/  ls $RELEASEDIR | grep -v '^site' > $RELEASEDIR/index.txt
   rsync -avP $RELEASEDIR/ \
           --files-from ${RELEASEDIR}/index.txt \
           us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/
   
   ls $RELEASEDIR > $RELEASEDIR/index.txt
   rsync -avP $RELEASEDIR/ \
           --files-from ${RELEASEDIR}/index.txt \
           rrlhcsta0100:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/

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

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