Bug#1001807: Acknowledgement (sbuild-createchroot fails if DEBIAN-MIRROR-URI contains @)

2021-12-20 Thread Johannes Schauer Marin Rodrigues
Hi Tilman, Quoting Tilman Keskinöz (2021-12-16 19:11:33) >>Create a chroot from a debian-mirror that uses username password >>authentification. >> >>This works in stretch, but is broken in buster and bullseye. >> >>Reproducer: >> >>sbuild-createchroot --make-sbuild-tarball=foo.tar bullseye

Bug#1001807: Acknowledgement (sbuild-createchroot fails if DEBIAN-MIRROR-URI contains @)

2021-12-16 Thread Tilman Keskinöz
So here is my quick an dirty patch. --- sbuild-createchroot.orig2021-12-16 18:59:41.498393428 +0100 +++ sbuild-createchroot 2021-12-16 19:07:30.320705427 +0100 @@ -453,6 +453,7 @@ $sources_list .= "$repo\n"; } +$sources_list =~ s/\@/\\\@/; my $passwd_sbuild = `getent