Hello,
Joerg, here is the hopefully-final version.
If you are happy with it then I will add
"Acked-by: Joerg Jaspert <
[email protected]>"
and then I will commit it, and send a message withdrawing my GR.
(Please say explicitly if you don't want me to use Acked-by like this,
but we generally use these kernel-style trailers in dgit.git.)
Thanks.
-- >8 --
Subject: [PATCH] Record tag2upload changes agreed with ftpmaster
The ftpmaster delegates agree that the design changes introduced by this
commit satisfy their requirements stated in
<
https://lists.debian.org/debian-vote/2024/06/msg00602.html>.
They intend to configure dak to accept and trust uploads coming from the tag2upload service on the basis of us implementing these changes.
Signed-off-by: Sean Whitton <
[email protected]>
Signed-off-by: Ian Jackson <
[email protected]>
---
TAG2UPLOAD-DESIGN.txt | 54 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 53 insertions(+), 1 deletion(-)
diff --git a/TAG2UPLOAD-DESIGN.txt b/TAG2UPLOAD-DESIGN.txt
index 6dbfaec4..a985e580 100644
--- a/TAG2UPLOAD-DESIGN.txt
+++ b/TAG2UPLOAD-DESIGN.txt
@@ -138,7 +138,8 @@ Not exposed via the git protocol, not even as a client.
* Runs dgit rpush, specifying the package, version and
target suite on the command line. Target host is the Builder.
- (We use the existing dgit rpush signing oracle protocol.)
+ (We use the existing dgit rpush signing oracle protocol, except extended
+ to include the new SOURCE_VERSION.git.tar.xz described below.)
* Sends an email saying what it did.
@@ -231,6 +232,57 @@ binary build reproduction), or a suitable script, which can verify a
reproduction attempt. For now the src:dgit test suite will check that
the upload is reproducible if run again in the same environment.
+SOURCE_VERSION.git.tar.gz
+=======================