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

File: [local] / openbsd / update_openbsd / upload_release (download)

Revision 1.8, Tue Jun 7 18:09:48 2011 UTC (12 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.7: +1 -1 lines

change where we upload

#!/bin/sh

RSYNC=`which rsync`

if [ $? != 0 ]; then
        sudo pkg_add -i rsync
        RSYNC=`which rsync`
        if [ $? != 0 ]; then
                echo RSYNC not installed!
                exit
        fi
fi

RELEASEDIR=/usr/release

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`/