Commit Graph

16 Commits

Author SHA1 Message Date
Frank Schroeder 5ded0fbf4e build: fix scripts/dist.sh
* get OSS version from version/version.go
* fix indenting to two spaces
2017-08-30 13:40:18 +02:00
James Phillips 098da8eb49
Fixes up some stale BUILD_TAGS references in the scripts. 2017-03-23 22:52:39 -07:00
James Phillips 2a950f3897 Adds basic build tag support with different versions. (#2463) 2016-11-02 17:27:49 -07:00
James Phillips 1468930c93 Adds a UI build in a Docker container. (#2462) 2016-11-02 15:53:02 -07:00
James Phillips 33829cdc34 Moves release build into Docker container and adds web asset check at dist time. 2016-02-17 23:17:39 -08:00
Sean Chittenden 25b09713b9 Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.

Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
2016-02-12 16:50:37 -08:00
Sean Chittenden fa0d388ef1 Don't assume /bin/bash is installed on all OSes
Use `/usr/bin/env bash` where appropriate.
2016-02-02 15:16:49 -08:00
Seth Vargo 62c09b0fbf Use hc-releases to upload during dist 2015-10-26 17:30:29 -04:00
Seth Vargo 6c528f0ff2 Use gox for building 2015-10-22 14:16:01 -04:00
Mitchell Hashimoto 36a1b59348 scripts: chmod for dist 2014-05-20 12:48:17 -07:00
Mitchell Hashimoto b57a3ea58a scripts: dist handles UI 2014-05-01 11:02:05 -07:00
Mitchell Hashimoto 5e129c3169 scripts: fix issue with dist files havig bad format 2014-04-17 10:57:54 -07:00
Mitchell Hashimoto 75d50f589e scripts: dist should have version in filename 2014-04-16 22:00:35 -07:00
Mitchell Hashimoto 3e100a29c9 scripts: dist script 2014-04-16 16:53:26 -07:00
Mitchell Hashimoto 94171d316a Update scripts for cross-compile
IT doesn't really work though because of cgo but... at least its there.
2014-02-22 14:57:19 -08:00
Armon Dadgar 1c5a8d01b1 Adding basic CLI infrastructure 2013-12-19 11:22:08 -08:00