Skip to content

Commit

Permalink
update to new eephttpd
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Oct 14, 2019
1 parent 9de1402 commit afa0099
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
./id_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pub
./id_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pubid_rsa.pub
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fmt:

USER_GH=eyedeekay
packagename=gitsam
VERSION=0.0.92
VERSION=0.0.93

tag:
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "I2P Tunnel Management tool for Go applications"
Expand Down
Binary file modified gitsam/gitsam
Binary file not shown.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/d5/tengo v1.24.3
github.com/eyedeekay/checki2cp v0.0.0-20190711025647-bb48a7ebe468
github.com/eyedeekay/eephttpd v0.0.7
github.com/eyedeekay/eephttpd v0.0.8
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0
github.com/eyedeekay/ramp v0.0.0-20190429201811-305b382042ab
github.com/eyedeekay/sam-forwarder v0.0.0-20190928041036-d2f767dbe008
Expand Down
8 changes: 8 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /usr/bin/env sh

GO111MODULE=off
GOPATH=$(pwd)/go

cd go/src/github.com/eyedeekay
mkdir -p ../.gitsam_secure/
$GOPATH/bin/gitsam 2>&1 | tee gitsam.log
23 changes: 23 additions & 0 deletions site.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#! /usr/bin/env sh

GH="github.com/"
UN="eyedeekay"
GO111MODULE=off
GOPATH=$(pwd)/go
mkdir -p $GOPATH
GIT_REPOS="$GH$UN/gitsam/gitsam
$GH$UN/eephttpd/eephttpd
$GH$UN/sam-forwarder/samcatd
$GH$UN/goSam
$GH$UN/httptunnel/httpproxy
$GH$UN/httptunnel/multiproxy/browserproxy
$GH$UN/udptunnel
$GH$UN/checki2cp
$GH$UN/sam3
$GH$UN/outproxy/outproxy"

for x in $GIT_REPOS; do
go get -u $x
done

./run.sh

0 comments on commit afa0099

Please sign in to comment.