mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Switch back to upstream dh-virtualenv (#7621)
Upstream have merged our changes (https://github.com/spotify/dh-virtualenv/pull/300), so let's switch back to it instead of using our fork.
This commit is contained in:
parent
3820c24836
commit
2a8ed93bd4
2 changed files with 2 additions and 1 deletions
1
changelog.d/7621.misc
Normal file
1
changelog.d/7621.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Switch to upstream `dh-virtualenv` rather than our fork for Debian package builds.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue