mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
Fix a typo introduced in the last upload that made mk-sbuild fail unconditionally. LP: #2017177.
This commit is contained in:
parent
ccab82e054
commit
c7a7767339
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium
|
||||
|
||||
[ Vladimir Petko ]
|
||||
* Fix a typo introduced in the last upload that made mk-sbuild fail
|
||||
unconditionally. LP: #2017177.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 21 Apr 2023 02:23:08 +0000
|
||||
|
||||
ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium
|
||||
|
||||
* Set apt preferences for the -proposed pocket in mk-sbuild so that
|
||||
|
@ -907,7 +907,7 @@ cat "$TEMP_SOURCES" | sed -e "s|RELEASE|$RELEASE|g" | \
|
||||
sudo bash -c "cat > $MNT/etc/apt/sources.list"
|
||||
rm -f "$TEMP_SOURCES"
|
||||
if [ -n "$TEMP_PREFERENCES" ]; then
|
||||
sudo mv "TEMP_PREFERENCES" $MNT/etc/apt/preferences.d/proposed.pref
|
||||
sudo mv "$TEMP_PREFERENCES" $MNT/etc/apt/preferences.d/proposed.pref
|
||||
fi
|
||||
|
||||
# Copy the timezone (comment this out if you want to leave the chroot at UTC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user