Commit Graph

16 Commits

Author SHA1 Message Date
Frank Schroeder 81782e871d 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 0028e80553
Fixes up some stale BUILD_TAGS references in the scripts. 2017-03-23 22:52:39 -07:00
James Phillips 9003454f88 Adds basic build tag support with different versions. (#2463) 2016-11-02 17:27:49 -07:00
James Phillips e5210166e2 Adds a UI build in a Docker container. (#2462) 2016-11-02 15:53:02 -07:00
James Phillips 7beec098c8 Moves release build into Docker container and adds web asset check at dist time. 2016-02-17 23:17:39 -08:00
Sean Chittenden 333ff22e9a 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 bde685a046 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 9565de0d12 Use hc-releases to upload during dist 2015-10-26 17:30:29 -04:00
Seth Vargo 7b2fc2f580 Use gox for building 2015-10-22 14:16:01 -04:00
Mitchell Hashimoto 6453edf8c5 scripts: chmod for dist 2014-05-20 12:48:17 -07:00
Mitchell Hashimoto 9c83a54871 scripts: dist handles UI 2014-05-01 11:02:05 -07:00
Mitchell Hashimoto 4c92e4b4c2 scripts: fix issue with dist files havig bad format 2014-04-17 10:57:54 -07:00
Mitchell Hashimoto 33435189c9 scripts: dist should have version in filename 2014-04-16 22:00:35 -07:00
Mitchell Hashimoto 0820428a54 scripts: dist script 2014-04-16 16:53:26 -07:00
Mitchell Hashimoto 01e73fa033 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 5aa94a7989 Adding basic CLI infrastructure 2013-12-19 11:22:08 -08:00