X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis%2FDockerfile;h=9324d155b269e2c654df67f46c75b1dbda0fd888;hb=f8fbdfa433ab1fdd273e838b39948253835670da;hp=c5fbffa5a4152d848b50ca1543efcdd300b52476;hpb=a777bd98e45e50cfae5737afb649ed089e09a60f;p=debbugs.git diff --git a/.travis/Dockerfile b/.travis/Dockerfile index c5fbffa..9324d15 100644 --- a/.travis/Dockerfile +++ b/.travis/Dockerfile @@ -5,17 +5,8 @@ RUN apt-get -qq update; \ apt-get clean; COPY debian/control debian/control COPY debian/changelog debian/changelog +# finalize debian changelog RUN dch -r -m ''; -RUN echo 'deb http://deb.debian.org/debian/ sid main' \ - > /etc/apt/sources.list.d/sid.list -RUN echo 'deb http://deb.debian.org/debian/ stretch-backports main' \ - > /etc/apt/sources.list.d/stretchbackports.list -RUN echo '\nPackage: libtest-postgresql-perl\nPin: release a=unstable\nPin-Priority: 500\n\n'\ - > /etc/apt/preferences -RUN echo '\nPackage: *\nPin: release a=unstable\nPin-Priority: 1\n\n'\ - >> /etc/apt/preferences -RUN echo '\nPackage: *\nPin: release a=stretch-backports\nPin-Priority: 500\n\n'\ - >> /etc/apt/preferences # work around slim image interacting with missing documentation RUN for a in $(seq 1 7); do mkdir -p /usr/share/man/man$a; done; RUN apt-get -qq update && \