[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.4, Thu Dec 3 17:33:38 2009 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.3: +2 -1 lines

upload to us.holligan.net now.  More public, more helpful

#!/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

rsync -avP $RELEASEDIR/ \
	us.holligan.net:/var/www/ftp/pub/OpenBSD/`uname -r`/`machine`/