summaryrefslogtreecommitdiff
path: root/src/hub
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-19 14:40:37 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-19 14:52:26 +0200
commit03268d6cf8c0985fab69a7686184019f88332a36 (patch)
treef696594d70625a00d0792c983457ff913f65c89a /src/hub
parentdaq: nginx-lua parsing streamer-id works now (diff)
hub: remove obsolete shell scripts
Diffstat (limited to 'src/hub')
-rwxr-xr-xsrc/hub/build6
-rwxr-xr-xsrc/hub/prepare5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/hub/build b/src/hub/build
deleted file mode 100755
index 3c42290..0000000
--- a/src/hub/build
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-export GOPATH=$(pwd)
-export PATH=$GOPATH/bin:$PATH
-go install spreadspace.org/sfive-hub
-go test spreadspace.org/sfive
-
diff --git a/src/hub/prepare b/src/hub/prepare
deleted file mode 100755
index 31e0efc..0000000
--- a/src/hub/prepare
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-export GOPATH=$(pwd)
-export PATH=$GOPATH/bin:$PATH
-go get "github.com/coopernurse/gorp"
-go get "github.com/mattn/go-sqlite3"