mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Activate the aur check for namespace mode
This commit is contained in:
parent
22483b9ea9
commit
c3610ec86a
2 changed files with 3 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ script:
|
|||
|
||||
# Multiple tests against different execution modes:
|
||||
- junest -f -- ${PWD}/lib/checks/check.sh
|
||||
- junest -u -- ${PWD}/lib/checks/check.sh --skip-aur-tests
|
||||
- junest -u -- ${PWD}/lib/checks/check.sh
|
||||
- sudo -E ${PWD}/bin/junest -g -- ${PWD}/lib/checks/check.sh --run-root-tests
|
||||
- yes | junest --delete
|
||||
|
||||
|
|
|
|||
|
|
@ -271,12 +271,9 @@ Troubleshooting
|
|||
> In order to install AUR packages via yogurt you need to install the package group `base-devel` first
|
||||
> that contains all the essential packages for compiling from source code (such as gcc, make, patch, etc):
|
||||
|
||||
#> pacman -S base-devel
|
||||
#> pacman -S --ignore sudo base-devel
|
||||
|
||||
> This command will fail as `base-devel` contains `sudo` command that conflicts with
|
||||
> `sudo-fake` package. In order to install all packages in `base-devel` except `sudo`:
|
||||
|
||||
#> pacman -S $(pacman -Sg base-devel | cut -d ' ' -f 2 | grep -v sudo)
|
||||
> Remember to ignore `sudo` as it conflicts with `sudo-fake` package.
|
||||
|
||||
## No servers configured for repository ##
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue