Add Ubuntu Impish (#3006)

This commit is contained in:
Igor Pečovnik
2021-07-14 08:45:30 +02:00
committed by GitHub
parent 241f015ac7
commit a7e16da2ce
12 changed files with 14 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ create_chroot()
apt_mirror['bionic']="$UBUNTU_MIRROR"
apt_mirror['focal']="$UBUNTU_MIRROR"
apt_mirror['hirsute']="$UBUNTU_MIRROR"
apt_mirror['impish']="$UBUNTU_MIRROR"
components['stretch']='main,contrib'
components['buster']='main,contrib'
components['bullseye']='main,contrib'
@@ -45,6 +46,7 @@ create_chroot()
components['bionic']='main,universe,multiverse'
components['focal']='main,universe,multiverse'
components['hirsute']='main,universe,multiverse'
components['impish']='main,universe,multiverse'
display_alert "Creating build chroot" "$release/$arch" "info"
local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc"
# perhaps a temporally workaround