~hloeung/ubuntu-archive-publishing/remove-old-archive-syncproxy-wahoo

« back to all changes in this revision

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

[xnox, r=adconrad, r=cjwatson] Dual-sign with 2012 and 2018 keys for disco and later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                    quantal:*|raring:*|saucy:*|trusty:*|utopic:*|vivid:*|wily:*|xenial:*|yakkety:*)
50
50
                        printf '%s\n' "-u 0x630239CC130E1A7FD81A27B140976EAF437D05B5 -u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 --digest-algo SHA512"
51
51
                        ;;
 
52
                    # Use single-signature 4096 key SHA512 for zesty..cosmic, including dist-upgrade tarballs
 
53
                    zesty:*|artful:*|bionic:*|cosmic:*)
 
54
                        printf '%s\n' "-u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 --digest-algo SHA512"
 
55
                        ;;
 
56
                    # Use dual-signature using 2012 & 2018 4k keys and SHA512 for the rest (DD-series+), including dist-upgrade tarballs
52
57
                    *)
53
 
                    # Use single-signature 4096 key SHA512 for zesty and up, including dist-upgrade tarballs
54
 
                        printf '%s\n' "-u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 --digest-algo SHA512"
 
58
                        printf '%s\n' "-u 0x790BC7277767219C42C86F933B4FE6ACC0B21F32 -u 0xF6ECB3762474EDA9D21B7022871920D1991BC93C --digest-algo SHA512"
55
59
                        ;;
56
60
                esac
57
61
                ;;