Skip to content
Snippets Groups Projects
Commit 634e3e7d authored by Georges Racinet's avatar Georges Racinet
Browse files

base install: leave Debian conffiles unchanged in upgrade

We're now just a few days behind the upstream GitLab image,
but it can still happen that some packages get upgraded by
our build. In case a conffile thas been earlier tweaked in the
upstream build changes in Ubuntu, we don't want the build to
abort, and the best course of action is to keep the upstream
GitLab version.

Such a case just happened to me, with the `base-files` packages
and files in `/etc/update-motd.d`.
parent d9215cc5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
echo
apt-get update
apt-get upgrade -y
apt-get upgrade -y -o DPkg::Options::=--force-confold
apt-get install -y --no-install-recommends \
patch build-essential ${PYTHON_INSTALL_PKGS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment