diff --git a/.gitignore b/.gitignore index fe65332..ae4231c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +./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 \ No newline at end of file diff --git a/Makefile b/Makefile index 8393b0a..4a066b4 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/gitsam/gitsam b/gitsam/gitsam index 2880b03..41aeec8 100755 Binary files a/gitsam/gitsam and b/gitsam/gitsam differ diff --git a/go.mod b/go.mod index fec3e86..e97a3c6 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..4b72460 --- /dev/null +++ b/run.sh @@ -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 diff --git a/site.sh b/site.sh new file mode 100755 index 0000000..23b71ec --- /dev/null +++ b/site.sh @@ -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 \ No newline at end of file