xena/alpine: remove httpagent

It was experimental and I'm shelving this project for now.
This commit is contained in:
Cadey Ratio 2017-02-17 18:39:07 -08:00
parent 8a9f120b79
commit db7fe314a5
2 changed files with 0 additions and 15 deletions

View File

@ -17,13 +17,6 @@ run %q[ apk add -U --no-cache wget ca-certificates \
&& rm backplane-stable-linux-amd64.tgz \
&& apk del wget ]
run %q[ apk add -U --no-cache curl \
&& cd /usr/bin && curl https://xena.greedo.xeserv.us/files/httpagent.gz -o httpagent.gz \
&& gunzip httpagent.gz \
&& chmod +x httpagent \
&& ./httpagent -help > /dev/null 2>&1 \
; apk del curl && echo upd: 2017-02-05 ]
# Add glue and vardene
run %q[ apk add -U --no-cache wget \
&& cd /usr/bin && wget https://xena.greedo.xeserv.us/files/glue \

View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ -n "$ROUTE_TOKEN" ]
then
/usr/bin/httpagent -token "$ROUTE_TOKEN" -backend "$ROUTE_BACKEND" -server "$ROUTE_FRONTEND"
else
sleep 999d
fi