Commit graph

1450 commits

Author SHA1 Message Date
jguer 732f1a5412
feat(localization): wrap all translatable strings 2020-05-05 19:21:42 +02:00
Stuart Reilly db3993b83b Fix segfault from 9fccdcb
9fccdcb renamed a variable, but didn't update all uses of the variable.
2020-05-04 13:57:41 +02:00
jguer 9fccdcb30f
fix(ci): implement stricter linting settings 2020-05-02 16:17:20 +02:00
jguer e7b1fe4d53
fix(ci): add stricter linting settings and fix upload issues 2020-05-02 10:27:47 +02:00
Ferdinand Bachmann 023c742490 install.go: check if packages exist before trying to install them
Sometimes *-debug packages generated by makepkg are listed in
`makepkg --packagelist`, but are not built when running `makepkg`.

This is the case when no debug info sections could be found in the package,
which is often the case for `python-*` packages, like `python-bashlex`.
--
2020-05-01 17:59:58 +02:00
Ferdinand Bachmann 4f35c2c4fe install.go: swap if branches for readability 2020-05-01 17:59:58 +02:00
Ferdinand Bachmann 873b2db591 install.go: fix linter failure
(personal note: I don't believe this helps readability in this case,
"fixing" this to allow merge checks to pass)
2020-05-01 17:59:58 +02:00
Ferdinand Bachmann 328c561230 install.go: also install *-debug packages if built by makepkg
fixes #1190
2020-05-01 17:59:58 +02:00
Kirill Motkov ddd1cc35d2 check len before accessing element 2020-04-13 16:53:37 +02:00
Dan Pasanen 6bd920265c Use golang.org's terminal package to determine isTty()
* Don't trust that the user doesn't have a "test" binary in their
  PATH somewhere, and instead use the official golang library to
  determine whether or not we're running in a terminal
2020-03-26 09:28:02 +01:00
Sergey Shatunov 0e20e3cba0 Treat whole split-package as devel when pkgbase matches too
Signed-off-by: Sergey Shatunov <me@prok.pw>
2020-03-17 17:50:43 +01:00
Zheng Piaodan 942947fac4 Use user-defined GOPROXY if possible 2020-03-16 10:42:40 +01:00
Maxime Houis fe091f7578 Fix typo in usage 2020-03-09 15:00:19 +01:00
Jguer 352667f550
fix(yay): fix unescaped variable in CI 2020-02-29 19:02:48 +01:00
Jguer 35475c7f4c
fix(yay): lint README.md 2020-02-29 18:53:58 +01:00
Jguer 9795a36692
fix(yay): remove vendor and tweak ci 2020-02-29 18:50:33 +01:00
Jguer f4503ade39
fix(mod): update vendored modules 2020-02-27 19:26:40 +01:00
Dominik Schrempf 2ffde239c0 Bugfix apostrophe and bracket 2020-02-25 22:53:22 +01:00
Dominik Schrempf fd7945b42b Move note yay --option /= yay -Syu --option. 2020-02-25 22:53:22 +01:00
Akatsuki d5718b7406
Fix -U complete
__fish_complete_suffix function is changed.
2020-02-25 22:52:16 +01:00
patatahooligan 558c17f67c
Add missing diff completions for zsh 2020-02-25 22:52:15 +01:00
Dương Đỗ Minh Châu c6a17d02f4
Fix typos in man page 2020-02-25 22:52:15 +01:00
Jguer 23706a3a71
fix(ci): add previous_tag from git describe 2020-02-25 22:52:15 +01:00
Jguer 3a5a6a77b3 fix(print): fix #1158. initialize stringset in warnings declaration 2020-01-17 21:06:22 +01:00
Jguer 1f007f39ab fix(release): inline changelog definition 2020-01-17 21:06:22 +01:00
Jguer 87fcfbf9f7
fix(release): changelog doesn't need final as it's not available on checkout 2020-01-12 19:44:14 +01:00
Jguer d63c4b0b2e
fix(release): fix release naming 2020-01-12 19:08:10 +01:00
Jguer b85428770e
fix(release): fix missing changelog.sh 2020-01-12 18:39:51 +01:00
Jguer 9458e02711
fix(release): fix multiline command 2020-01-12 18:28:32 +01:00
Jguer e9930b0c42
fix(release): fix missing echo on read 2020-01-12 18:22:55 +01:00
Jguer 4da27c37c8
fix(release): reduce env artifacts 2020-01-12 18:19:57 +01:00
Jguer a34e080bf6
fix(release): use fixed paths for upload 2020-01-12 18:14:52 +01:00
Jguer 66a09aba8b
fix(release): fix missing echo 2020-01-12 18:11:25 +01:00
Jguer a0d831180d
fix(release): fix tag value sharing 2020-01-12 18:05:56 +01:00
Jguer b242d0ac4b
fix(release): auto-tag and build 2020-01-12 17:40:43 +01:00
Jguer a9b74a0e1e
fix(release): try mathieudutour again 2020-01-12 17:06:21 +01:00
Jguer fa3191e6f5
fix(release): bump config.go version 2020-01-12 16:55:16 +01:00
Jguer 13e3271dd6
fix: try another provider 2020-01-12 16:42:24 +01:00
Jguer bc2d1bf143
fix: create_annotated_tags 2020-01-12 16:33:22 +01:00
Jguer 03c5e3fb94
fix: fix auto-tag 2020-01-12 16:28:45 +01:00
Jguer 70aa7b4689
fix: add auto-tag 2020-01-12 16:16:04 +01:00
J Guerreiro f9ffa72b03
Merge pull request #1147 from msAlcantara/master
Add error handler on saveConfig
2020-01-12 14:42:24 +01:00
Matheus Alcantara a689ec887f Add error handler on saveConfig 2020-01-09 22:35:02 -03:00
J Guerreiro 9e2713e881
Merge pull request #1136 from Jguer/1135-fixCachedABS
Fix cached abs not getting the latest version
2019-12-26 11:57:36 +00:00
Jguer 990be97d44
fix #1135: pull and fast forward abs instead of just fetching latest head 2019-12-23 20:59:37 +00:00
Jguer 6cb5587351
update module dependencies 2019-12-23 20:38:26 +00:00
J Guerreiro b08e505b34
Merge pull request #1115 from Morganamilo/ignoreignore
Hide warnings for ignored packages
2019-11-11 20:20:23 +00:00
J Guerreiro 45da573821
Merge pull request #1102 from Jguer/fix-completions
Update completions for zsh and bash to pacman 5.2
2019-11-11 20:16:21 +00:00
morganamilo ab956ea3d2
Hide warnings for ignored packages 2019-11-11 07:15:27 +00:00
Anna 0bd21ea29f
Merge pull request #1111 from Morganamilo/notar
Remove tar support
2019-11-11 03:16:30 +00:00