Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Switch back to upstream dh-virtualenv (#7621)
Browse files Browse the repository at this point in the history
Upstream have merged our changes
(spotify/dh-virtualenv#300), so let's switch back to it
instead of using our fork.
  • Loading branch information
richvdh authored Jun 3, 2020
1 parent 3820c24 commit 2a8ed93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7621.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to upstream `dh-virtualenv` rather than our fork for Debian package builds.
2 changes: 1 addition & 1 deletion docker/Dockerfile-dhvirtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \

# fetch and unpack the package
RUN mkdir /dh-virtualenv
RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/matrix-org/dh-virtualenv/archive/matrixorg-20200519.tar.gz
RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/spotify/dh-virtualenv/archive/ac6e1b1.tar.gz
RUN tar -xv --strip-components=1 -C /dh-virtualenv -f /dh-virtualenv.tar.gz

# install its build deps. We do another apt-cache-update here, because we might
Expand Down

0 comments on commit 2a8ed93

Please sign in to comment.