From 85fc7c59c727ea3ab67481e32da8a5cb1ffed3eb Mon Sep 17 00:00:00 2001 From: Jguer Date: Tue, 22 Oct 2019 21:12:28 +0100 Subject: [PATCH] Remove testing CI used for 9.4.0 release. Return to using only core for 9.4.1 --- Dockerfile | 2 -- testdata/ci/pacman.conf | 54 ----------------------------------------- 2 files changed, 56 deletions(-) delete mode 100644 testdata/ci/pacman.conf diff --git a/Dockerfile b/Dockerfile index 68cd7dff..bba3f60c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ LABEL maintainer="Jguer,joaogg3 at google mail" ENV GO111MODULE=on WORKDIR /app -ADD ./testdata/ci/pacman.conf /etc/pacman.conf - RUN pacman -Syu --overwrite=* --needed --noconfirm \ gcc gnupg libldap go git tar make awk linux-api-headers pacman pacman-contrib && paccache -rfk0 diff --git a/testdata/ci/pacman.conf b/testdata/ci/pacman.conf deleted file mode 100644 index 839eff26..00000000 --- a/testdata/ci/pacman.conf +++ /dev/null @@ -1,54 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -#HookDir = /etc/pacman.d/hooks/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -L -C - -f -o %o %u -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -#IgnorePkg = -#IgnoreGroup = - -#NoUpgrade = -#NoExtract = - -# Misc options -#UseSyslog -#Color -#TotalDownload -CheckSpace -#VerbosePkgLists - -SigLevel = Never -LocalFileSigLevel = Optional - -[testing] -Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -[community-testing] -Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist