Southclaws
bdaabca332
add: scoop section documentation
2018-02-12 18:36:48 -02:00
Southclaws
58a4911d9b
add: Scoop installation to docs introduction
...
This requires creating a `scoop-bucket` (scoop equivalent of
homebrew-tap) in the goreleaser GitHub org.
2018-02-12 18:36:48 -02:00
Southclaws
3580062fd3
add: two more test cases
2018-02-12 18:36:48 -02:00
Southclaws
b914f08301
add: TODO comment
2018-02-12 18:36:48 -02:00
Southclaws
ec5eb2ccaa
add: More Scoop tests for error coverage
2018-02-12 18:36:48 -02:00
Southclaws
a02c221adb
add: Scoop doRun tests
2018-02-12 18:36:48 -02:00
Southclaws
12501bdfff
add: more scoop unit tests
2018-02-12 18:36:48 -02:00
Southclaws
98433ca412
fix: removed unused functions
2018-02-12 18:36:48 -02:00
Southclaws
45bb3a0a7f
add: Unit tests for scoop
2018-02-12 18:36:48 -02:00
Southclaws
c8d36813cb
add: Scoop manifest support
...
Finished the Scoop.sh manifest generator for Windows releases!
See #387
2018-02-12 18:36:48 -02:00
Southclaws
0a37305745
fix: Silent failure caused by branching logic
...
Changed the branching after the `GetContents` call to *first* check for
a non-404 error (internal failure of some sort) and then proceed to
check the status to determine whether to `CreateFile` or `UpdateFile`.
2018-02-11 12:09:46 -02:00
Southclaws
f8a7ac602e
update: Added some missing changes
...
I forgot these!
2018-02-09 14:20:39 -02:00
Southclaws
d7107803a3
refactor: Changed Client.CreateFile to be more generic
...
The GitHub implementation of CreateFile implicitly uses HomeBrew data.
Added parameters for CommitAuthor and Repo so the call site can specify
these parameters based on the context.
2018-02-09 14:20:39 -02:00
Carlos Alexandro Becker
28dc083b4a
fix: format
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
6b02042d05
style: simplified code
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
32ab07a180
fix: read only the first line
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
d902dc8213
docs: improved env docs
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
b891a95a4b
fix: godoc and file checks
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
f3910c9751
style: improved code a bit
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
5bc64413de
feat: load github token from file
2018-02-09 10:03:24 -02:00
Carlos Alexandro Becker
e73bbd83a6
docs: changed order of things on readme
2018-02-09 00:24:38 -02:00
Carlos Alexandro Becker
e9d7cd5d46
chore: fix ci, maybe
2018-02-09 00:22:43 -02:00
Olivier Bellone
f2edd97c15
fix: update brew template to use tilde heredoc syntax
2018-02-06 16:33:49 -02:00
Carlos Alexandro Becker
681393119f
chore: fix snapcraft on travis, maybe
2018-02-04 20:41:22 -02:00
Carlos Alexandro Becker
2b959e0c91
fix: snapcraft snap deprecated
2018-02-04 20:41:22 -02:00
Carlos Alexandro Becker
206c8cb326
Merge pull request #537 from alicebob/templatemust
...
fix: Compile template at startup
2018-02-01 16:56:12 -02:00
Harmen
21aa07766c
fix: Compile template at startup
...
Fail as fast as possible.
2018-02-01 19:33:24 +01:00
Carlos Alexandro Becker
3e05553418
Merge pull request #536 from alicebob/mainerr
...
fix: Fix segfault by catching all stat errors
2018-02-01 11:13:17 -02:00
Harmen
002d88b514
fix: Catch all stat errors
2018-02-01 13:27:21 +01:00
Carlos Alexandro Becker
761e48e72b
fix: zip compression
...
closes #532
2018-01-29 11:32:09 -02:00
Carlos Alexandro Becker
81ab872b3d
Merge pull request #522 from goreleaser/build
...
feat: support multiple build systems
2018-01-28 18:06:23 -02:00
Carlos Alexandro Becker
20f18cb80d
Merge remote-tracking branch 'origin/master' into build
2018-01-28 13:02:16 -02:00
Carlos Alexandro Becker
7952d82082
Merge pull request #531 from goreleaser/git
...
fix: git: if exit is 0, ignore stderr
2018-01-28 12:21:01 -02:00
Carlos Alexandro Becker
f7be04a239
fix: git: if exit is 0, ignore stderr
2018-01-28 12:03:46 -02:00
Carlos Alexandro Becker
1ba1c0061f
fix: removed unused var
2018-01-28 11:48:39 -02:00
Carlos Alexandro Becker
2d54332bee
Merge branch 'master' into build
2018-01-28 11:46:19 -02:00
Carlos Alexandro Becker
a89e3ace00
chore: added todo
2018-01-28 11:46:16 -02:00
Carlos Alexandro Becker
4da660d790
test: improve tests as per review
2018-01-28 11:42:03 -02:00
Carlos Alexandro Becker
fe8f503420
test: improve tests as per review
2018-01-28 11:32:14 -02:00
Carlos Alexandro Becker
8d37d45288
chore: added more logs to git
...
refs #529
2018-01-27 15:50:44 -02:00
Carlos Alexandro Becker
96a431c6a8
fix: several review suggestions
2018-01-26 21:54:08 -02:00
Carlos Alexandro Becker
fc7f33be98
style: renamed Default to WithDefaults
2018-01-26 19:35:12 -02:00
Carlos Alexandro Becker
1f9a936393
fix: revert .goreleaser.yml
2018-01-26 19:27:05 -02:00
Carlos Alexandro Becker
a2d8087661
style: avoid bad abstractions
2018-01-26 19:26:28 -02:00
Carlos Alexandro Becker
9897a001bd
test: golang builder: 100% covered
2018-01-26 19:11:40 -02:00
Carlos Alexandro Becker
b297757640
test: cover pipeline/build 100%
2018-01-26 18:59:38 -02:00
Carlos Alexandro Becker
0bac9cb7d8
Merge remote-tracking branch 'origin/master' into build
2018-01-26 18:49:26 -02:00
Carlos Alexandro Becker
41a09ea45a
Merge pull request #528 from goreleaser/simplified-config
...
Simplified config
2018-01-26 16:31:35 -02:00
Carlos Alexandro Becker
6fa341d1d2
fix: added missing file
2018-01-26 16:02:05 -02:00
Carlos Alexandro Becker
8063429f5d
style: even simple config load
2018-01-26 16:02:05 -02:00