encaya: Remove old commented code

pull/122/head
Jeremy Rand 3 years ago
parent 11c7a55895
commit 4a17661097
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -16,19 +16,6 @@ mv $GOPATH/src/github.com/namecoin/encaya-[% c('version') %] $GOPATH/src/github.
# TODO: Remove static build ID after migrating to Go 1.13.3+
go install -ldflags '-s -buildid=' github.com/namecoin/encaya
#mkdir -p /var/tmp/build
#tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
#cd /var/tmp/build/[% project %]-[% c('version') %]
#mkdir -p "$GOPATH/src/github.com/namecoin"
#ln -sf "$PWD" "$GOPATH/src/github.com/namecoin/ncdns"
#mkdir -p out
#cd out
#for x in .. ../ncdumpzone ../generate_nmc_cert; do
# go build -ldflags '-s' "$x"
#done
[% IF c("var/linux-x86_64") -%]
GOPATHBIN="${GOPATH}/bin"
[% ELSE -%]

Loading…
Cancel
Save