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

Add a script to update the debian changelog for non-Debian systems #10778

Merged
merged 8 commits into from
Sep 8, 2021
Prev Previous commit
Typo
babolivier committed Sep 8, 2021
commit d5b4c2b07a2d99486ffa70e4bbe11df56876e63f
4 changes: 2 additions & 2 deletions scripts-dev/docker_update_debian_changelog.sh
Original file line number Diff line number Diff line change
@@ -54,8 +54,8 @@ set -x
# Make the root of the Synapse checkout the current working directory.
cd /synapse

# Install devscripts (which provides dch). We need to make the Debian frontent noninteractive
# because installing devscripts otherwise asks for the machine's location.
# Install devscripts (which provides dch). We need to make the Debian frontend
# noninteractive because installing devscripts otherwise asks for the machine's location.
DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts

# Update the Debian changelog.