summaryrefslogtreecommitdiff
path: root/src/hub/build
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/build
parentdaq: nginx-lua parsing streamer-id works now (diff)
hub: remove obsolete shell scripts
Diffstat (limited to 'src/hub/build')
-rwxr-xr-xsrc/hub/build6
1 files changed, 0 insertions, 6 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
-