-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Go webserver, as there's no need for it anymore
7d1c85f replaced the links served by it. As for the files served from our GitHub repository (AUTHORS and LICENSE), a Lua script now takes care of doing that.
- Loading branch information
1 parent
9abc68d
commit 8c3f37f
Showing
15 changed files
with
6 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Compiled server | ||
/mumble-www | ||
/mumble-www.exe | ||
|
||
# Generated site | ||
/public/ | ||
/mumble-www.7z | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
all: public mumble-www package | ||
all: public package | ||
|
||
public: $(shell find hugo/ -type f) | ||
(cd hugo/; hugo) | ||
|
||
mumble-www: mumble-www.go githubcache.go snapshotcache.go config.go downloads.go programflags.go | ||
(cd src/; GO111MODULE=on go build -o ../$@ $^) | ||
|
||
package: public mumble-www | ||
7z a mumble-www.7z public mumble-www | ||
package: public | ||
7z a mumble-www.7z public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.