Dariusz Kijania
Dariusz Kijania
### Welcome 👋 Thank you for contributing to Mina! Please see `CONTRIBUTING.md` if you haven't yet. In that doc, there are more details around how to start our CI. If...
We hit maximum length of step when I added additional drityWhen filter to one of the jobs: https://buildkite.com/o-1-labs-2/mina-o-1-labs/builds/39708#019ade81-a113-44fb-b6f6-23a8c004c234 My solution is to delegate logic which decide if job should be...
### Welcome 👋 Thank you for contributing to Mina! Please see `CONTRIBUTING.md` if you haven't yet. In that doc, there are more details around how to start our CI. If...
Use new debian helpers in https://github.com/MinaProtocol/mina/pull/18244 in order to prepare hardfork debian from an existing one. 1. replace runtime config 2. remove existing ledger tarballs 3. add new ledger tarballs...
add helpers for debian package modifications. One can use such helpers in session like approach : ``` SESSION_DIR=$(mktemp -d) # Resolve absolute paths DEB_FILE_ABS=$(readlink -f "$DEB_FILE") # Open the debian...
Allow glob handling in release manager script
Refactor mina verify hf package script into 3 parts : - config verifications - ledger verifications - rocks db scans verifications This is to make parallel verifications possible