Skip to content

Commit

Permalink
fix(travis): remove extra_packages duplicated entries
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Nov 18, 2019
1 parent 92d58c2 commit f966a79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ env:
# but they ship with Python3 since 29, so we install it using git
# https://bugzilla.redhat.com/show_bug.cgi?id=1723207
# except for 2017.7, which does not run on python3
- DN=fedora DV=31 PI=dnf SV=master SIM=git PV=3 EP="openssh-server openssh-clients which findutils glibc-langpack-en python3-pip"
- DN=fedora DV=31 PI=dnf SV=2019.2 SIM=git PV=3 EP="openssh-server openssh-clients which findutils glibc-langpack-en python3-pip"
- DN=fedora DV=30 PI=dnf SV=2018.3 SIM=git PV=3 EP="openssh-server openssh-clients which findutils glibc-langpack-en python3-pip"
- DN=fedora DV=30 PI=dnf SV=2017.7 SIM=git PV=2 EP="openssh-server openssh-clients which findutils glibc-langpack-en python-pip"
- DN=fedora DV=31 PI=dnf SV=master SIM=git PV=3 EP="python3-pip"
- DN=fedora DV=31 PI=dnf SV=2019.2 SIM=git PV=3 EP="python3-pip"
- DN=fedora DV=30 PI=dnf SV=2018.3 SIM=git PV=3 EP="python3-pip"
- DN=fedora DV=30 PI=dnf SV=2017.7 SIM=git PV=2 EP="python-pip"

# OPENSUSE
- DN=opensuse/leap DV=15.1 PI=zyp SV=master SIM=git PV=3 EP="glibc-locale net-tools openssh which net-tools-deprecated python-xml python3-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2019.2 SIM=git PV=3 EP="glibc-locale net-tools openssh which net-tools-deprecated python-xml python3-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2018.3 SIM=git PV=2 EP="glibc-locale net-tools openssh which net-tools-deprecated python-xml python-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2017.7 SIM=git PV=2 EP="glibc-locale net-tools openssh which net-tools-deprecated python-xml python-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=master SIM=git PV=3 EP="python3-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2019.2 SIM=git PV=3 EP="python3-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2018.3 SIM=git PV=2 EP="python-pip"
- DN=opensuse/leap DV=15.1 PI=zyp SV=2017.7 SIM=git PV=2 EP="python-pip"

# UBUNTU
- DN=ubuntu DV=18.04 PI=apt SV=master SIM=git PV=3 EP="python3-pip"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.zyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG SALT_VERSION
ARG PYTHON_VERSION
ARG EXTRA_PACKAGES=""

ARG PKGS="udev git net-tools sudo curl $EXTRA_PACKAGES"
ARG PKGS="udev git net-tools net-tools-deprecated sudo curl glibc-locale openssh which python-xml $EXTRA_PACKAGES"

RUN zypper refresh && zypper install -y ${PKGS}

Expand Down

0 comments on commit f966a79

Please sign in to comment.