Skip to content

Commit

Permalink
ci: Replace tabs with space in Dockerfile templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisar committed Feb 3, 2022
1 parent 2d171d1 commit cb67e13
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 123 deletions.
22 changes: 11 additions & 11 deletions .ci/archlinux/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ FROM __IMAGE__
MAINTAINER Stephen Gallagher <[email protected]>

RUN pacman -Syu --needed --noconfirm \
base-devel \
file \
glib2 \
glib2-docs \
gobject-introspection \
gtk-doc \
jq \
libyaml \
meson \
python-gobject \
python2-six \
base-devel \
file \
glib2 \
glib2-docs \
gobject-introspection \
gtk-doc \
jq \
libyaml \
meson \
python-gobject \
python2-six \
&& pacman -Scc --noconfirm

RUN ln -sf /builddir/bindings/python/gi/overrides/Modulemd.py $(python3 -c "import gi; print(gi._overridesdir)")/Modulemd.py
56 changes: 28 additions & 28 deletions .ci/centos/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@ ifelse(eval(cosrelease >= 8), 1, `dnl
')dnl
&& yum -y --setopt=tsflags='' install \
clang \
createrepo_c \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
glib2-doc \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja-build \
pkgconfig \
python2-devel \
python2-six \
createrepo_c \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
glib2-doc \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja-build \
pkgconfig \
python2-devel \
python2-six \
ifelse(eval(cosrelease < 8), 1, `dnl
python-gobject-base \
python36-gobject-base \
python-gobject-base \
python36-gobject-base \
',`dnl
python3-gobject-base \
python3-gobject-base \
')dnl
python36-devel \
python3-rpm-macros \
redhat-rpm-config \
rpm-build \
rpm-devel \
rpmdevtools \
sudo \
&& yum -y clean all
python36-devel \
python3-rpm-macros \
redhat-rpm-config \
rpm-build \
rpm-devel \
rpmdevtools \
sudo \
&& yum -y clean all

RUN ln -sf /builddir/bindings/python/gi/overrides/Modulemd.py $(python3 -c "import gi; print(gi._overridesdir)")/Modulemd.py
74 changes: 37 additions & 37 deletions .ci/mageia/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@ FROM __IMAGE__
MAINTAINER Stephen Gallagher <[email protected]>

RUN dnf -y --setopt=install_weak_deps=False --setopt=tsflags='' install \
clang \
clang-analyzer \
createrepo_c \
curl \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
/usr/share/gtk-doc/html/glib/index.html \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja-build \
openssl \
pkgconf \
popt-devel \
python3-six \
python3-autopep8 \
python3-devel \
python3-gitpython \
python3-gobject3 \
python3-pycodestyle \
python3-rpm-macros \
rpm-mageia-setup-build \
rpm-build \
rpm-devel \
rpmdevtools \
ruby \
"rubygem(json)" \
rubygems \
sudo \
valgrind \
wget \
clang \
clang-analyzer \
createrepo_c \
curl \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
/usr/share/gtk-doc/html/glib/index.html \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja-build \
openssl \
pkgconf \
popt-devel \
python3-six \
python3-autopep8 \
python3-devel \
python3-gitpython \
python3-gobject3 \
python3-pycodestyle \
python3-rpm-macros \
rpm-mageia-setup-build \
rpm-build \
rpm-devel \
rpmdevtools \
ruby \
"rubygem(json)" \
rubygems \
sudo \
valgrind \
wget \
&& dnf -y clean all

RUN ln -sf /builddir/bindings/python/gi/overrides/Modulemd.py $(python3 -c "import gi; print(gi._overridesdir)")/Modulemd.py
40 changes: 20 additions & 20 deletions .ci/openmandriva/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ FROM __IMAGE__
MAINTAINER Tomasz Paweł Gajc <[email protected]>

RUN dnf -y --setopt=install_weak_deps=False --setopt=tsflags='' install \
clang \
clang-analyzer \
cmake \
jq \
meson \
ninja \
rpmdevtools \
sudo \
valgrind \
wget \
task-devel \
'pkgconfig(zlib)' \
'pkgconfig(gobject-introspection-1.0)' \
'python3dist(autopep8)' \
'python3dist(pygobject)' \
'pkgconfig(yaml-0.1)' \
'pkgconfig(rpm)' \
magic-devel \
git-core \
elinks \
clang \
clang-analyzer \
cmake \
jq \
meson \
ninja \
rpmdevtools \
sudo \
valgrind \
wget \
task-devel \
'pkgconfig(zlib)' \
'pkgconfig(gobject-introspection-1.0)' \
'python3dist(autopep8)' \
'python3dist(pygobject)' \
'pkgconfig(yaml-0.1)' \
'pkgconfig(rpm)' \
magic-devel \
git-core \
elinks \
&& dnf -y clean all

RUN ln -sf /builddir/bindings/python/gi/overrides/Modulemd.py $(python3 -c "import gi; print(gi._overridesdir)")/Modulemd.py
54 changes: 27 additions & 27 deletions .ci/opensuse/Dockerfile.deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ RUN sed -i /etc/zypp/zypp.conf \
-e "s/rpm.install.excludedocs = yes/rpm.install.excludedocs = no/"

RUN zypper install --no-confirm --no-recommends --capability \
clang \
clang-tools \
createrepo_c \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja \
pkgconf \
python3-autopep8 \
python3-devel \
python3-GitPython \
python3-gobject \
python3-pycodestyle \
python-rpm-macros \
rpm-build \
rpm-devel \
rpmdevtools \
sudo \
valgrind \
clang \
clang-tools \
createrepo_c \
elinks \
file-devel \
gcc \
gcc-c++ \
git-core \
glib2-devel \
gobject-introspection-devel \
gtk-doc \
jq \
libyaml-devel \
meson \
ninja \
pkgconf \
python3-autopep8 \
python3-devel \
python3-GitPython \
python3-gobject \
python3-pycodestyle \
python-rpm-macros \
rpm-build \
rpm-devel \
rpmdevtools \
sudo \
valgrind \
&& zypper clean --all

RUN ln -sf /builddir/bindings/python/gi/overrides/Modulemd.py $(python3 -c "import gi; print(gi._overridesdir)")/Modulemd.py

0 comments on commit cb67e13

Please sign in to comment.