From c3610ec86a9ec23ec75c51bd23c2a58bdb44efef Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 25 Apr 2017 01:16:13 +0100 Subject: [PATCH] Activate the aur check for namespace mode --- .travis.yml | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e4536a..94afa57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index e7323cf..0e9a3ac 100644 --- a/README.md +++ b/README.md @@ -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 ##