~hloeung/ubuntu-archive-publishing/add-new-archive-syncproxy-host-behaim-and-include-wahoo

« back to all changes in this revision

Viewing changes to publish-distro.d/10-sign-releases

  • Committer: Colin Watson
  • Date: 2020-04-24 15:25:15 UTC
  • Revision ID: cjwatson@canonical.com-20200424152515-tsssq4aejplijc60
Temporarily revert r109 until ubuntu-archive-keyring is SRUed to xenial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                    zesty:*|artful:*|bionic:*|cosmic:*)
54
54
                        printf '%s\n' "-u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 --digest-algo SHA512"
55
55
                        ;;
56
 
                    # Use dual-signature using 2012 & 2018 4k keys and SHA512 for the disco-focal, including dist-upgrade tarballs
57
 
                    disco:*|eoan:*|focal:*)
 
56
                    # Use dual-signature using 2012 & 2018 4k keys and SHA512 for the rest (DD-series+), including dist-upgrade tarballs
 
57
                    *)
58
58
                        printf '%s\n' "-u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 -u 0xF6ECB3762474EDA9D21B7022871920D1991BC93C --digest-algo SHA512"
59
59
                        ;;
60
 
                    # Use single-signature using 2018 4k keys and SHA512 for the rest (GG-), including dist-upgrade tarballs
61
 
                    *)
62
 
                        printf '%s\n' "-u 0xF6ECB3762474EDA9D21B7022871920D1991BC93C --digest-algo SHA512"
63
 
                        ;;
64
60
                esac
65
61
                ;;
66
62
            derived-distro-publish)