From 33be4884e02d50127a8aaf74d8fcb400988959ef Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 20:33:29 +0100 Subject: [PATCH] Allow install of yaourt --- .circleci/config.yml | 3 ++- .circleci/pacman.conf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .circleci/pacman.conf diff --git a/.circleci/config.yml b/.circleci/config.yml index dd2ab5f..ab546fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,4 +8,5 @@ jobs: steps: - checkout - run: git submodule update --init - - run: pacman -Sy yaourt puppet --noconfirm + - run: cat .circleci/pacman.conf >> /etc/pacman.conf + - run: pacman -Syu yaourt puppet --noconfirm diff --git a/.circleci/pacman.conf b/.circleci/pacman.conf new file mode 100644 index 0000000..d43278e --- /dev/null +++ b/.circleci/pacman.conf @@ -0,0 +1,3 @@ +[archlinuxfr] +SigLevel = Never +Server = http://repo.archlinux.fr/$arch