Jo
|
61f1bdf291
|
fix(cmd): propagate sigterm to spawned processes (#1927)
propagate sigterm to spawned processes
|
2023-02-21 02:49:33 +00:00 |
|
Jo
|
b8debd1ae7
|
chore(yay): fix small linting issues (#1885)
* replace context.TODO() in tests context.Background()
* remove mock TODOs
* prettier
* apply missing linting
|
2023-01-03 21:43:56 +00:00 |
|
Jo
|
6ad63cae10
|
fix: rework menus to work on both flows (#1830)
* rework menus to work on both flows
* add installed package split
* remove unused field
* Add post install hooks
|
2022-11-20 00:51:55 +00:00 |
|
jguer
|
e231b2b02d
|
chore(yay): modernize exec commands
|
2021-08-14 00:10:43 +02:00 |
|
jguer
|
cb4b57f6d8
|
chore(golangci): add new linters
|
2021-08-11 22:19:55 +02:00 |
|
xhqr
|
24edabe5df
|
Print error if PATH is empty.
This fixes #881.
Before:
```bash
$ PATH= /usr/bin/yay -Qu
$ echo $?
1
```
After:
```bash
$ PATH= ./yay -Qu
exec: "pacman-conf": executable file not found in $PATH
$ echo $?
1
```
|
2021-01-16 18:27:39 +01:00 |
|
ccat3z
|
bb50b4079f
|
fix(exe): fix timeout of OSRunner.Capture()
kill all child processes
|
2020-12-10 09:07:33 +01:00 |
|
jguer
|
55a6767b44
|
fix(parser): use Fields instead of Split
|
2020-10-30 11:09:06 +01:00 |
|
jguer
|
72f120b0f3
|
feat(config): refactor config to allow running without config
|
2020-08-21 02:39:52 +02:00 |
|