Дамјан Георгиевски
f7dbebcc2c
fix(exec): add --quiet to systemd-run ( #1654 )
...
* add --quiet to systemd-run
this will avoid the `Press ^] three times within 1s to disconnect TTY.` message.
it's mentioned in the systemd-run man page too:
```
--quiet, -q
Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the
initial message explaining how to terminate the TTY connection.
```
* add --quiet to the tests
* add --quiet to TestABSPKGBUILDRepoExistsPerms too
2021-12-20 17:49:25 +01:00
jguer
555d1ead95
chore(version): bump major version
2021-09-08 22:28:08 +02:00
jguer
adb74b9252
chore(su): prefer short form if
2021-09-07 00:41:36 +02:00
jguer
ffb17fd2e3
feat(su): deelevate if ran as su without tool
2021-09-07 00:41:36 +02:00
jguer
bc1d900fa9
feat(su): deelevate if ran as su using a privilege elevation tool
2021-09-07 00:41:36 +02:00
jguer
c8fcdeae5b
feat(su): use alternative privilege elevators when sudo is not available
...
When sudobin/custom wrapper is not available try the following in order:
- sudo
- doas
- pkexec
- su
2021-08-31 02:17:27 +02: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
jguer
5c11c01d85
refactor(exe): move sudo loop into CmdBuilder
2021-08-08 21:02:35 +02:00
jguer
172ee1f4e8
refactor(exe): port pacman calls to cmd_builder
2021-08-08 17:45:07 +02:00
jguer
1a2e5b9529
refactor(settings): move args to own package to allow pacman cmd builder
2021-08-08 17:45:07 +02:00
jguer
79b44fd544
feat(download): download PKGBUILD repos interface
2021-08-05 10:11:54 +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
81b5feb68a
fix(passer): fix slice copying for passer
2020-10-30 11:09:06 +01:00
jguer
3b2bb28e81
feat(exe): AddMakepkg builder
2020-08-22 01:24:52 +02:00
jguer
72f120b0f3
feat(config): refactor config to allow running without config
2020-08-21 02:39:52 +02:00