debootstrap (1.0.123)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.0.124 > 1.0.123
- Git: https://salsa.debian.org/installer-team/debootstrap.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/installer-team/debootstrap
- Last scan: 2021-04-16 10:35:49+00
- Next scan: 2021-04-23 02:44:00+00
- Merge requests: 18
- CI pipeline status: success
- Debian changelog in Git:
debootstrap (1.0.124) UNRELEASED; urgency=medium
[ Colin Watson ]
* Add (Ubuntu) groovy as a symlink to gutsy.
[ Samuel Thibault ]
* functions: Turn for loops variables into locals, suggested by jhcha54008.
[ YunQiang Su ]
* stage1: re-mkdir /proc if it is a symlink instead of umount. (Closes: #968927)
[ Luca Falavigna ]
* Add (Ubuntu) hirsute as a symlink to gutsy.
[ Tobias Koch ]
* Add --inrelease-path option to allow specifying by-hash InRelease
location.
[ Dimitri John Ledkov ]
* functions: add zstd support to the ar extractor
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 16 Apr 2021 11:14:18 +0100
- This branch is 11 commits ahead of tag 1.0.123
- Git log:
commit 59ad8fc2368cdde32696ff4c1477c7335e32fe3c
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Fri Apr 16 11:14:45 2021 +0100
Generate changelog for merge commit
commit 8589a323eb57bf3356225b8ce73641d86b2ecc2b
Merge: a486589 61acb32
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Fri Apr 16 11:14:10 2021 +0100
Merge branch 'ar-zstd' of salsa.debian.org:xnox/debootstrap
commit 61acb323e15e7f36d9f690726d9d822975313724
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Tue Apr 6 20:59:45 2021 +0100
functions: add zstd support to the ar extractor
dpkg-deb support is proposed in Debian, available in Ubuntu for 3+
years now.
Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
commit a486589c04b7e6cd0497556b662a31830d657b8d
Merge: 0557637 a45f121
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Wed Apr 7 16:11:26 2021 +0100
Merge branch 'in-release-path'
commit a45f12165a9544d6fef989e3251ba6d65c9e37d0
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Wed Apr 7 16:10:37 2021 +0100
Changelog entry
commit 82dc329471c387b470971cd7a0a9af23ba1532ba
Merge: 0557637 2c06345
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Date: Wed Apr 7 16:09:06 2021 +0100
Merge branch 'features/inrelease-path' of salsa.debian.org:canonical-tobijk-guest/debootstrap into in-release-path
commit 055763716b47608ccf3f1fd8387985badbe8fefa
Author: Luca Falavigna <dktrkranz@debian.org>
Date: Mon Oct 26 07:20:12 2020 +0100
Add (Ubuntu) hirsute as a symlink to gutsy
commit 87cdebbcad6f4e16ba711227cbbbd70039f88752
Author: YunQiang Su <syq@debian.org>
Date: Mon Sep 7 09:29:37 2020 +0800
stage1: re-mkdir /proc instead of umount if it is a symlink
In docker, the TARGET/proc will be a symlink to /proc.
And if the docker instance is called with --privileged, it will umount
the /proc of the whole instance in setup_proc.
commit ff63b19a7a677de4dea484d9b1e59f446afa2a08
Author: Samuel Thibault <sthibault@debian.org>
Date: Wed Aug 19 23:15:07 2020 +0200
functions: Turn for loops variables into locals
suggested by jhcha54008
commit d4fdf923eae21d818d088efabad24107d6dd44dc
Author: Colin Watson <cjwatson@debian.org>
Date: Fri Apr 24 16:29:28 2020 +0100
Add (Ubuntu) groovy as a symlink to gutsy
commit 2c06345a37919f9326b75c54db4dcc8a409b9752
Author: Tobias Koch <tobias.koch@canonical.com>
Date: Wed Oct 10 10:07:58 2018 +0200
Add --inrelease-path parameter to allow specifying an InRelease file by hash