3 Commits

Author SHA1 Message Date
086ecfb0a9 readme 2017-02-11 14:14:19 +13:00
dff36f6bff update godist 2017-02-11 14:13:58 +13:00
7a9b271b90 Added tag release-1.1.3 for changeset 6cbd9d596303 2017-02-11 13:13:27 +13:00
3 changed files with 8 additions and 2 deletions

View File

@@ -4,3 +4,4 @@
a2c92b262f339f82eb01c8d92dda252a27432255 release-1.1.0
d14041daa7bbbd37ea2ff47aa978b9595af67ca3 release-1.1.1
7278eb0d067d8ed2a653de6a1feeeb7f76fb9891 release-1.1.2
6cbd9d59630372c0dff430e3dc6c1fbd7dcee734 release-1.1.3

View File

@@ -13,6 +13,9 @@ Tags: nmdc
=CHANGELOG=
2017-02-11 1.1.4
- Update libnmdc to 0.14
2017-02-11 1.1.3
- Feature: Display user IP address on hover, if available
- Enhancement: Allow clicking on popup notifications

View File

@@ -86,11 +86,13 @@ single_build() {
# Build.
# GOARCH/GOOS supplied in function env
local gofwdpath=$(echo -n $GOPATH | sed 's/[\\/]$//')
go build \
-a \
-ldflags "-s -w -X main.VERSION=nmdc-webfrontend/${version}" \
-gcflags "-trimpath=${GOPATH}" \
-asmflags "-trimpath=${GOPATH}" \
-gcflags "-trimpath ${gofwdpath}" \
-asmflags "-trimpath ${gofwdpath}" \
-o "$(pathfix "${tmpdir}/${local_bin_name}")"
# Archive.