From 4707efe4d6f0b103a3c2810e706bc1be10da91ab Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 28 Mar 2017 00:15:41 +0300 Subject: [PATCH] Prepare for new release, update build instructions [ci skip] --- .goxc.json | 8 +++++++- Makefile | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index 5eba5439..3114e9f4 100644 --- a/.goxc.json +++ b/.goxc.json @@ -33,8 +33,14 @@ "downloadspage": "bintray.md" } }, + "ResourcesInclude": "README.rst,LICENSE,AUTHORS,man/aptly.1", "Arch": "386 amd64", "Os": "linux darwin freebsd", - "MainDirsExclude": "man,vendor", + "MainDirsExclude": "_man,vendor", + "BuildSettings": { + "LdFlagsXVars": { + "Version": "main.Version" + } + }, "ConfigVersion": "0.9" } diff --git a/Makefile b/Makefile index 087aba83..452e4484 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,6 @@ src-package: (cd aptly-$(VERSION)/bash_completion.d && wget https://raw.github.com/aptly-dev/aptly-bash-completion/$(VERSION)/aptly) tar cyf aptly-$(VERSION)-src.tar.bz2 aptly-$(VERSION) rm -rf aptly-$(VERSION) - curl -T aptly-$(VERSION)-src.tar.bz2 -usmira:$(BINTRAY_KEY) https://api.bintray.com/content/smira/aptly/aptly/$(VERSION)/$(VERSION)/aptly-$(VERSION)-src.tar.bz2 goxc: rm -rf root/