diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-12-24 16:01:42 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-12-24 16:01:42 +0100 |
commit | 366b0f5a225088472b36302285e86c3e9871a8bd (patch) | |
tree | bad255d1878eea562a2d73b757e4271ffea39ae9 /etc | |
parent | af155abf8541ba899d60cde27ec586eaac56ba20 (diff) |
flux
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/gn8 | 2 | ||||
-rw-r--r-- | etc/functions/put | 12 |
2 files changed, 7 insertions, 7 deletions
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 |