We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
Related issues: #251, #129, #75
Hello,
After some trial and error, I used to successfully build proton-mail and proton-accounts web clients where the resulting files match the one in production on https://mail.proton.me and https://account.proton.me. I especially rely on the /assets/version.json files to retrieve build parameters and git info, however it doesn't work anymore.
At the time of writing, proton-accounts version.json is:
{
"version": "5.0.63.0",
"commit": "b3c54c5672aeaa370ca63eee18e920ee9ffcbe19",
"branch": "[email protected]",
"date": "Thu, 26 Oct 2023 21:57:40 GMT",
"mode": "sso"
}
However, there are:
I encounter the same issue for [email protected]. In consequence, I fail at making Proton WebClients build reproducibly now.
Is there any reason why the public source code lags behind production releases? Issue #129 is related and marked as completed, but @vladimiry suggestions are still relevant IMHO.
For the context, I developed a (private) extension similar to Meta Code Verify for Proton, however it's useless without reproducible builds.
Thanks!
Please complete the following checklist (by adding [x]):
Related issues: #251, #129, #75
Hello,
After some trial and error, I used to successfully build
proton-mailandproton-accountsweb clients where the resulting files match the one in production on https://mail.proton.me and https://account.proton.me. I especially rely on the /assets/version.json files to retrieve build parameters and git info, however it doesn't work anymore.At the time of writing,
proton-accountsversion.json is:{ "version": "5.0.63.0", "commit": "b3c54c5672aeaa370ca63eee18e920ee9ffcbe19", "branch": "[email protected]", "date": "Thu, 26 Oct 2023 21:57:40 GMT", "mode": "sso" }However, there are:
I encounter the same issue for
[email protected]. In consequence, I fail at making Proton WebClients build reproducibly now.Is there any reason why the public source code lags behind production releases? Issue #129 is related and marked as completed, but @vladimiry suggestions are still relevant IMHO.
For the context, I developed a (private) extension similar to Meta Code Verify for Proton, however it's useless without reproducible builds.
Thanks!