summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-13 13:39:27 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-13 13:39:27 +0100
commitef6cd406d547f5905dacf5b5c177914e44809f26 (patch)
tree51fc7ebad178e44b129f14f16fc7b9b8c9e97b6f /etc/functions
parent06fd68049a9906f91c869ea1982d43b702576e95 (diff)
put: Update hosts
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/put13
1 files changed, 3 insertions, 10 deletions
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