Skip to content

Commit

Permalink
Switch back to upstream dh-virtualenv (matrix-org#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 and phil-flex committed Jun 16, 2020
1 parent 1a2d887 commit d526038
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 d526038

Please sign in to comment.