Skip to content
Snippets Groups Projects
Commit a0bc4211 authored by Léa Raya DÉCORNOD's avatar Léa Raya DÉCORNOD
Browse files

fixup --dry-run…

parent c536c464
Branches
No related merge requests found
Pipeline #101359 passed with stage
in 13 seconds
......@@ -12,4 +12,4 @@ COPY debrepo-upload /usr/bin/debrepo-upload
# patch python3-debian to allow control without ./control #1031674
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031674
COPY python3-debian.patch /usr/local/src/python3-debian.patch
RUN patch --dry-run --verbose /usr/lib/python3/dist-packages/debian/debfile.py /usr/local/src/python3-debian.patch
RUN patch --verbose /usr/lib/python3/dist-packages/debian/debfile.py /usr/local/src/python3-debian.patch
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment