diff --git a/helpers/make-software-properties b/helpers/make-software-properties index 3202623..b0dc3eb 100644 --- a/helpers/make-software-properties +++ b/helpers/make-software-properties @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2022 Luis Guzman -# Copyright (C) 2011-2020 Ruben Rodriguez +# Copyright (C) 2011-2022 Ruben Rodriguez # Copyright (C) 2019 Mason Hock # Copyright (C) 2011 Carlos Pais # @@ -20,20 +20,21 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=8 +VERSION=9 . ./config cat << EOF | patch -p1 --- source.orig/softwareproperties/SoftwareProperties.py 2014-04-14 17:10:58.000000000 +0200 +++ source/softwareproperties/SoftwareProperties.py 2014-05-18 03:02:05.309290804 +0200 -@@ -722,8 +746,18 @@ +@@ -722,8 +746,19 @@ site is in whitelist or the shortcut implementer adds it. """ - deb_line = shortcut.SourceEntry().line - file = shortcut.sourceparts_file + codenames = {} ++ codenames["aramo"] = "jammy" + codenames["nabia"] = "focal" + codenames["etiona"] = "bionic" + codenames["flidas"] = "xenial"