Your message dated Wed, 26 Aug 2026 07:27:21 +0200
with message-id <[email protected]>
and subject line Re: docker-credential-gcr: please make the build reproducible
has caused the Debian Bug report #1137335,
regarding docker-credential-gcr: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1137335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137335
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: docker-credential-gcr
Version: 2.1.32-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
docker-credential-gcr could not be built reproducibly.

This is because the testsuite does not completely clean up after itself,
meaning that if the tests are skipped the contents of the binary files
differ and is thereby unreproducible.

Patch attached that deletes the two .json files.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2026-05-22 08:28:03.106861720 -0700
--- b/debian/rules      2026-05-22 08:44:39.923095519 -0700
@@ -12,3 +12,5 @@
        dh_auto_build -- -ldflags="-X 
'github.com/GoogleCloudPlatform/docker-credential-gcr/v2/config.Version=$(DEB_VERSION_UPSTREAM)'"
        mv $(GOPATH)/bin/v2 $(GOPATH)/bin/docker-credential-gcr
 
+execute_after_dh_auto_test:
+       rm -f 
$(GOPATH)/src/github.com/GoogleCloudPlatform/docker-credential-gcr/v2/test/testdata/test_*.json

--- End Message ---
--- Begin Message ---
Closing because it has been fixed in 2.2.1-1, I thought it would
automatically close..  thanks for the patch!

/Simon

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to