Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 086ecfb0a9 | |||
| dff36f6bff | |||
| 7a9b271b90 |
1
.hgtags
1
.hgtags
@@ -4,3 +4,4 @@
|
||||
a2c92b262f339f82eb01c8d92dda252a27432255 release-1.1.0
|
||||
d14041daa7bbbd37ea2ff47aa978b9595af67ca3 release-1.1.1
|
||||
7278eb0d067d8ed2a653de6a1feeeb7f76fb9891 release-1.1.2
|
||||
6cbd9d59630372c0dff430e3dc6c1fbd7dcee734 release-1.1.3
|
||||
|
||||
@@ -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
|
||||
|
||||
6
build.sh
6
build.sh
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user