Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 086ecfb0a9 | |||
| dff36f6bff | |||
| 7a9b271b90 |
1
.hgtags
1
.hgtags
@@ -4,3 +4,4 @@
|
|||||||
a2c92b262f339f82eb01c8d92dda252a27432255 release-1.1.0
|
a2c92b262f339f82eb01c8d92dda252a27432255 release-1.1.0
|
||||||
d14041daa7bbbd37ea2ff47aa978b9595af67ca3 release-1.1.1
|
d14041daa7bbbd37ea2ff47aa978b9595af67ca3 release-1.1.1
|
||||||
7278eb0d067d8ed2a653de6a1feeeb7f76fb9891 release-1.1.2
|
7278eb0d067d8ed2a653de6a1feeeb7f76fb9891 release-1.1.2
|
||||||
|
6cbd9d59630372c0dff430e3dc6c1fbd7dcee734 release-1.1.3
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ Tags: nmdc
|
|||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
|
2017-02-11 1.1.4
|
||||||
|
- Update libnmdc to 0.14
|
||||||
|
|
||||||
2017-02-11 1.1.3
|
2017-02-11 1.1.3
|
||||||
- Feature: Display user IP address on hover, if available
|
- Feature: Display user IP address on hover, if available
|
||||||
- Enhancement: Allow clicking on popup notifications
|
- Enhancement: Allow clicking on popup notifications
|
||||||
|
|||||||
6
build.sh
6
build.sh
@@ -86,11 +86,13 @@ single_build() {
|
|||||||
|
|
||||||
# Build.
|
# Build.
|
||||||
# GOARCH/GOOS supplied in function env
|
# GOARCH/GOOS supplied in function env
|
||||||
|
local gofwdpath=$(echo -n $GOPATH | sed 's/[\\/]$//')
|
||||||
|
|
||||||
go build \
|
go build \
|
||||||
-a \
|
-a \
|
||||||
-ldflags "-s -w -X main.VERSION=nmdc-webfrontend/${version}" \
|
-ldflags "-s -w -X main.VERSION=nmdc-webfrontend/${version}" \
|
||||||
-gcflags "-trimpath=${GOPATH}" \
|
-gcflags "-trimpath ${gofwdpath}" \
|
||||||
-asmflags "-trimpath=${GOPATH}" \
|
-asmflags "-trimpath ${gofwdpath}" \
|
||||||
-o "$(pathfix "${tmpdir}/${local_bin_name}")"
|
-o "$(pathfix "${tmpdir}/${local_bin_name}")"
|
||||||
|
|
||||||
# Archive.
|
# Archive.
|
||||||
|
|||||||
Reference in New Issue
Block a user