[tbb-commits] [builders/tor-browser-build] 02/02: Bug 40645: Remove unused signing keys and create individual keyrings for Tor Project developers

gitolite role git at cupani.torproject.org
Fri Dec 2 14:48:41 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch main
in repository builders/tor-browser-build.

commit 1adc743fce08d1fcc8201aa8ed08fddf6d350cc7
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Tue Nov 22 14:24:56 2022 +0000

    Bug 40645: Remove unused signing keys and create individual keyrings for Tor Project developers
---
 keyring/boklm.gpg                  | Bin 0 -> 5610 bytes
 keyring/dan_b.gpg                  | Bin 0 -> 3536 bytes
 keyring/henry-x.gpg                | Bin 0 -> 2261 bytes
 keyring/ma1.gpg                    | Bin 0 -> 5640 bytes
 keyring/pierov.gpg                 | Bin 0 -> 1111 bytes
 keyring/richard.gpg                | Bin 0 -> 6373 bytes
 keyring/torbutton.gpg              | Bin 230677 -> 0 bytes
 projects/android-components/config |   4 +++-
 projects/fenix/config              |   4 +++-
 projects/firefox/config            |   4 +++-
 projects/geckoview/config          |   4 +++-
 11 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/keyring/boklm.gpg b/keyring/boklm.gpg
new file mode 100644
index 00000000..0b6be0c6
Binary files /dev/null and b/keyring/boklm.gpg differ
diff --git a/keyring/dan_b.gpg b/keyring/dan_b.gpg
new file mode 100644
index 00000000..ff02d5d6
Binary files /dev/null and b/keyring/dan_b.gpg differ
diff --git a/keyring/henry-x.gpg b/keyring/henry-x.gpg
new file mode 100644
index 00000000..643752f2
Binary files /dev/null and b/keyring/henry-x.gpg differ
diff --git a/keyring/ma1.gpg b/keyring/ma1.gpg
new file mode 100644
index 00000000..97583605
Binary files /dev/null and b/keyring/ma1.gpg differ
diff --git a/keyring/pierov.gpg b/keyring/pierov.gpg
new file mode 100644
index 00000000..7eff6b7b
Binary files /dev/null and b/keyring/pierov.gpg differ
diff --git a/keyring/richard.gpg b/keyring/richard.gpg
new file mode 100644
index 00000000..dbf288c3
Binary files /dev/null and b/keyring/richard.gpg differ
diff --git a/keyring/torbutton.gpg b/keyring/torbutton.gpg
deleted file mode 100644
index ed7c5037..00000000
Binary files a/keyring/torbutton.gpg and /dev/null differ
diff --git a/projects/android-components/config b/projects/android-components/config
index b93f6544..f0102869 100644
--- a/projects/android-components/config
+++ b/projects/android-components/config
@@ -4,7 +4,9 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1-build5'
 git_url: https://gitlab.torproject.org/tpo/applications/android-components.git
 tag_gpg_id: 1
-gpg_keyring: torbutton.gpg
+gpg_keyring:
+  - pierov.gpg
+  - richard.gpg
 variant: '[% IF c("var/release") %]Release[% ELSE %]Beta[% END %]'
 container:
   use_container: 1
diff --git a/projects/fenix/config b/projects/fenix/config
index c5656aba..da63a480 100644
--- a/projects/fenix/config
+++ b/projects/fenix/config
@@ -4,7 +4,9 @@ filename: 'fenix-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 git_hash: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1-build6'
 git_url: https://gitlab.torproject.org/tpo/applications/fenix.git
 tag_gpg_id: 1
-gpg_keyring: torbutton.gpg
+gpg_keyring:
+  - pierov.gpg
+  - richard.gpg
 variant: Beta
 container:
   use_container: 1
diff --git a/projects/firefox/config b/projects/firefox/config
index bcfa4d94..782be74f 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -5,7 +5,9 @@ git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/
 tag_gpg_id: 1
 git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
 git_submodule: 1
-gpg_keyring: torbutton.gpg
+gpg_keyring:
+  - pierov.gpg
+  - richard.gpg
 container:
   use_container: 1
 
diff --git a/projects/geckoview/config b/projects/geckoview/config
index a9b106a9..5b693b69 100644
--- a/projects/geckoview/config
+++ b/projects/geckoview/config
@@ -5,7 +5,9 @@ git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_bra
 tag_gpg_id: 1
 git_url: https://gitlab.torproject.org/tpo/applications/tor-browser.git
 git_submodule: 1
-gpg_keyring: torbutton.gpg
+gpg_keyring:
+  - pierov.gpg
+  - richard.gpg
 container:
   use_container: 1
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list