File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ WORKDIR $DIST_DIR
6161COPY packaging/debian ./debian
6262
6363RUN sed -i "s;@VERSION@;${REVISION};" debian/changelog && \
64+ dch --changelog debian/changelog --append "Bump libnvidia-container dependency to ${REVISION}}" && \
65+ dch --changelog debian/changelog -r "" && \
6466 if [ "$REVISION" != "$(dpkg-parsechangelog --show-field=Version)" ]; then exit 1; fi
6567
6668CMD export DISTRIB="$(lsb_release -cs)" && \
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ WORKDIR $DIST_DIR
5454COPY packaging/debian ./debian
5555
5656RUN sed -i "s;@VERSION@;${REVISION};" debian/changelog && \
57+ dch --changelog debian/changelog --append "Bump libnvidia-container dependency to ${REVISION}}" && \
58+ dch --changelog debian/changelog -r "" && \
5759 if [ "$REVISION" != "$(dpkg-parsechangelog --show-field=Version)" ]; then exit 1; fi
5860
5961CMD export DISTRIB="$(lsb_release -cs)" && \
You can’t perform that action at this time.
0 commit comments