diff --git a/docker/run_dockers.bsh b/docker/run_dockers.bsh index d7eab855..f8daaf42 100755 --- a/docker/run_dockers.bsh +++ b/docker/run_dockers.bsh @@ -55,7 +55,7 @@ done if [[ ${#IMAGES[@]} == 0 ]]; then # If you change this list, change script/upload as well. - IMAGES=(centos_6 centos_7 debian_8 debian_9) + IMAGES=(centos_6 centos_7 debian_8 debian_9 debian_10) fi mkdir -p "${PACKAGE_DIR}" diff --git a/script/packagecloud.rb b/script/packagecloud.rb index e4001af9..7e35f800 100644 --- a/script/packagecloud.rb +++ b/script/packagecloud.rb @@ -68,7 +68,6 @@ $distro_name_map = { ], "debian/9" => [ "debian/stretch", # EOL June 2022 - "debian/buster", # Current "linuxmint/sarah", # EOL April 2021 "linuxmint/serena", # EOL April 2021 "linuxmint/sonya", # EOL April 2021 @@ -83,6 +82,9 @@ $distro_name_map = { "ubuntu/cosmic", # EOL July 2019 "ubuntu/disco", # EOL April 2020 ], + "debian/10" => [ + "debian/buster", # Current + ] } # caches distro id lookups @@ -125,11 +127,12 @@ package_files.each do |full_path| next if full_path.include?("SRPM") || full_path.include?("i386") || full_path.include?("i686") next unless full_path =~ /\/git-lfs[-|_]\d/ os, distro = case full_path - when /debian\/8/ then ["Debian 8", "debian/jessie"] - when /debian\/9/ then ["Debian 9", "debian/stretch"] - when /centos\/5/ then ["RPM RHEL 5/CentOS 5", "el/5"] - when /centos\/6/ then ["RPM RHEL 6/CentOS 6", "el/6"] - when /centos\/7/ then ["RPM RHEL 7/CentOS 7", "el/7"] + when /debian\/8/ then ["Debian 8", "debian/jessie"] + when /debian\/9/ then ["Debian 9", "debian/stretch"] + when /debian\/10/ then ["Debian 10", "debian/buster"] + when /centos\/5/ then ["RPM RHEL 5/CentOS 5", "el/5"] + when /centos\/6/ then ["RPM RHEL 6/CentOS 6", "el/6"] + when /centos\/7/ then ["RPM RHEL 7/CentOS 7", "el/7"] end next unless os diff --git a/script/upload b/script/upload index f4990eca..20e1d9ff 100755 --- a/script/upload +++ b/script/upload @@ -149,6 +149,7 @@ Up to date packages are available on [PackageCloud](https://packagecloud.io/gith [RPM RHEL 7/CentOS 7](https://packagecloud.io/github/git-lfs/packages/el/7/git-lfs-VERSION-1.el7.x86_64.rpm/download) [Debian 8](https://packagecloud.io/github/git-lfs/packages/debian/jessie/git-lfs_VERSION_amd64.deb/download) [Debian 9](https://packagecloud.io/github/git-lfs/packages/debian/stretch/git-lfs_VERSION_amd64.deb/download) +[Debian 10](https://packagecloud.io/github/git-lfs/packages/debian/buster/git-lfs_VERSION_amd64.deb/download) ## SHA-256 hashes: EOM