From 008157b53263440a28bb283d18cc326d092e6ab4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 6 Apr 2011 00:58:09 +0200 Subject: put: Update host definitions --- etc/functions/put | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/functions/put') diff --git a/etc/functions/put b/etc/functions/put index ba9a4ee..91c86ef 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,17 +18,17 @@ if [[ -z ${commands[curl]} ]]; then fi function put_aneurysm { - hostname='derf.homelinux.org' + hostname='aneurysm.derf0.net' ssh_name='aneurysm' - target_dir='web/org.homelinux.derf/out/tmp' - server_prefix='http://derf.homelinux.org/tmp/' + target_dir='web/net.derf0.aneurysm/out/tmp' + server_prefix='http://aneurysm.derf0.net/tmp/' max_size=700000 } function put_steel { hostname='steel.derf0.net' ssh_name='steel' - target_dir='public_html/tmp/' + target_dir='web/net.derf0.steel/out/tmp/' server_prefix='http://steel.derf0.net/tmp/' max_size=0 } -- cgit v1.2.3