Skip to content

Commit

Permalink
don't routinely pull in all deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed May 22, 2021
1 parent d4d6479 commit c30b2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ echo:

USER_GH=eyedeekay
packagename=eephttpd
VERSION=0.0.9994
VERSION=0.0.9995

tag:
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "I2P Tunnel Management tool for Go applications"
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "Tiny, freestanding I2P Web Server with Superpowers for file-sharing, mirroring, and social capabilities."

upload-linux:
gothub upload -R -u $(USER_GH) -r "$(packagename)" -t v$(VERSION) \
Expand Down Expand Up @@ -81,7 +81,7 @@ orig:
tar --exclude=.git --exclude=debian -czvf ../eephttpd_$(VERSION).orig.tar.gz .

deps:
go get -u ./...
#go get -u ./...

build:
cd eephttpd && go build -a -tags netgo -ldflags '-w -extldflags "-static"'
Expand Down
Binary file modified www/feeds/.filter.dat
Binary file not shown.

0 comments on commit c30b2e5

Please sign in to comment.