From 366b0f5a225088472b36302285e86c3e9871a8bd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 24 Dec 2012 16:01:42 +0100 Subject: flux --- etc/functions/put | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/functions/put') diff --git a/etc/functions/put b/etc/functions/put index 3dc21a3..a51597e 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,11 +18,11 @@ 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 { - hostname='aneurysm.derf0.net' - ssh_name='aneurysm' - target_dir='web/net.derf0.aneurysm/out/tmp' - server_prefix='http://aneurysm.derf0.net/tmp/' +function put_flux { + hostname='flux.derf0.net' + ssh_name='flux' + target_dir='web/net.derf0.flux/out/tmp' + server_prefix='http://flux.derf0.net/tmp/' max_size=700000 } @@ -50,7 +50,7 @@ function put_chaosdorf { max_size=0 } -hosts=(aneurysm steel chaosdorf) +hosts=(flux steel chaosdorf) while [[ ${1} == -* ]] { case ${1} in -- cgit v1.2.3