From ef6cd406d547f5905dacf5b5c177914e44809f26 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Mar 2010 13:39:27 +0100 Subject: put: Update hosts --- etc/functions/put | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'etc') diff --git a/etc/functions/put b/etc/functions/put index 7da7801..a95b002 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -16,12 +16,6 @@ if [[ -z $commands[curl] ]]; then print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b" fi -function put_aneurysm_vpn { - put_aneurysm - hostname='aneurysm.wildernet.org' - server_prefix='http://aneurysm.vpn.skyshaper.org/tmp/' -} - function put_aneurysm_int { put_aneurysm hostname='aneurysm' @@ -34,15 +28,14 @@ function put_aneurysm () { server_prefix='https://derf.homelinux.org/tmp/' } -function put_sievert () { - hostname='sievert' +function put_becquerel () { + hostname='becquerel' ssh_options=(-q) target_dir='www/tmp/' server_prefix='https://statis.illdefined.org/~derf/tmp/' } -hosts_vpn=(aneurysm_vpn) -hosts=(aneurysm_int aneurysm sievert) +hosts=(aneurysm_int aneurysm becquerel) while [[ $1 == -* ]] { case $1 in -- cgit v1.2.3