Commit Graph

21 Commits

Author SHA1 Message Date
Sebastian Schuberth
a759a2fd05 Use goversioninfo instead of windres to embed Windows resources
windres is not always present whereas goversioninfo is easy to install.

This also fixes the generation of resource.syso to be part of the
standard build script instead of only the AppVeyor CI build.

Finally, adapt update-version.sh to patch versioninfo.json.
2016-12-15 12:27:47 +01:00
risk danger olson
bba8f3b876 update package imports 2016-11-15 10:01:18 -07:00
Sebastian Schuberth
63dac507b6 Make the AppVeyor CI build work again
AppVeyor now has Go and Git for Windows 2.x installed by default. Also, we
can tell MSYS to actually create symbolic links. Finally, let the CI
create the installer, too.
2016-09-06 19:05:07 +02:00
Taylor Blau
e1927bd0e3 script,test,debian: GO15VENDOREXPERIMENT=1 2016-05-23 15:03:25 -06:00
risk danger olson
5c4891908c update scripts to build with vendor experiment off
This maintains compatibility with go 1.4-1.6
2016-02-23 09:51:12 -07:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Mike McQuaid
f2138f9a6b bootstrap: fix syntax error. 2015-07-07 15:48:54 +01:00
Mike McQuaid
075beadf3a bootstrap: only set GOPATH on non-Windows. 2015-07-05 20:53:50 +01:00
Mike McQuaid
b45aeef609 bootstrap: setup GOPATH if it isn't already set.
This variable is a bit of a mystery to non-Go developers and it's
unclear how you set it up properly. As a result, if it's not set let's
set everything up how Go likes it. Ignore the `src` directory that
we're creating now.

This will also help keep the Homebrew formula simpler.

Closes #388.
2015-07-03 10:21:52 +01:00
Mike McQuaid
feebd878eb script/bootstrap: remove unneeded pwd
The rest of this script assumes it's already in the root of the
repository anyway.
2015-07-03 10:17:40 +01:00
Mike McQuaid
53f3d2d7a6 script/bootstrap: exit on any errors
To be more consistent with other scripts (and safer).
2015-07-03 10:17:08 +01:00
Rick Olson
67e13fa433 update scripts 2015-05-25 12:30:14 -06:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
Rick Olson
6c2f61e74c build.go and release.go get compiled together 2014-09-05 17:28:14 -06:00
rubyist
ff7bed01bd remove redundant clean up 2014-06-03 11:39:37 -04:00
rubyist
49c248f95f Don't depend on existing $GOPATH, everything under .vendor 2014-06-03 11:16:52 -04:00
rubyist
f6d2ee3a8f First pass at reorg. Builds, tests don't run yet 2014-06-03 11:08:58 -04:00
Rick Olson
00c455e07b fix usage 2014-06-02 09:38:38 -06:00
rubyist
76b22cbaf4 stricter tests for decoding 2014-06-02 09:38:12 -06:00
rick
27fd6ab2fe add gopack 2014-06-02 09:33:51 -06:00