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/gn8 | 2 +- etc/functions/put | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/functions') diff --git a/etc/functions/gn8 b/etc/functions/gn8 index cc5b35a..1b4003e 100644 --- a/etc/functions/gn8 +++ b/etc/functions/gn8 @@ -1 +1 @@ -ssh aneurysm packages/cron/libexec/c_gn8 +ssh flux packages/cron/libexec/c_gn8 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