yay/pkg/download
Дамјан Георгиевски 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
..
abs.go chore(version): bump major version 2021-09-08 22:28:08 +02:00
abs_test.go fix(exec): add --quiet to systemd-run (#1654) 2021-12-20 17:49:25 +01:00
aur.go chore(version): bump major version 2021-09-08 22:28:08 +02:00
aur_test.go fix(exec): add --quiet to systemd-run (#1654) 2021-12-20 17:49:25 +01:00
errors.go feat(download): download PKGBUILD repos interface 2021-08-05 10:11:54 +02:00
unified.go fix(download): use git pull --rebase --autostash instead of --ff-only. fixes #1635 2021-12-12 19:05:48 +01:00
unified_test.go chore(version): bump major version 2021-09-08 22:28:08 +02:00
utils_test.go chore(version): bump major version 2021-09-08 22:28:08 +02:00