Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2019-11-07 11:24:22 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-11-07 11:26:12 +0300
commitc4864869ad50459c38dc1511cdd094fe476c7951 (patch)
treeb5fd20af8f309187d5f72325a250ad58c3523f10 /build-backend.xml
parent286727a60c8dc4b543709f0ece6aec958f65bbed (diff)
.......... [DEV-1348] converted go project to module packaging and moved go sources to src/ directory
* commit 'b3dcda5bf17675879b53557757994ed484f2c9ca': .......... [DEV-1348] fixed rebase .......... [DEV-1348] added zabbix_agent2 configuration file to gitignore .......... [DEV-1348] added zabbix_agent2 binary to gitignore .......... [DEV-1348] move agent2 sources form go/src to src/go .......... [DEV-1348] removed redundat gopath from install target .......... [DEV-1348] updated title message .......... [DEV-1348] fixed agent2 build-time variables .......... [DEV-1348] fixed agent2 conf file copying .......... [DEV-1348] converted go structure to module pattern (cherry picked from commit d66e357c1c8c943b4086f8f76d9ea061cd9ed73b)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index e7ebfa205fa..449a02ec1e9 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -126,7 +126,6 @@
<trycatch>
<try>
<exec executable="make" failonerror="on">
- <env key="GOPATH" value="$GOPATH:$PWD"/>
<arg line="-s"/>
<arg line="-j5"/>
<arg line="@{target}"/>