Commit Graph

4 Commits

Author SHA1 Message Date
Dmitriy Novozhilov 91667d4e00 [Build] Fix update-bootstrap script 2023-10-09 09:30:37 +00:00
Dmitriy Novozhilov 37aad51438 [Build] Regenerate verification-metadata.xml in bootstrap-update script
This is needed for two purposes:
- sometimes dependencies may differ because of changes in KGP, and it's
  better to find it right after version-update commit, not only at remote run
- there is a plan to drop `trusted` section from `verification-metadata.xml`
  and always set specific versions of used dependencies even for bootstrap
  dependencies, so running it in regular bootstrap update routine won't
  allow forgetting about it (see KTI-1374)
2023-09-07 11:53:30 +00:00
Dmitriy Novozhilov d3200b2c65 Fix line breaks in utility script for bootstrap update 2023-03-18 00:45:32 +02:00
Dmitriy Novozhilov 5b7efbfed7 Add utility script for bootstrap update
Script `scripts/update-bootstrap` takes one argument with new bootstrap
  version, updates all required places and commit them with message
  "Advance bootstrap to {version}"
2023-03-01 13:53:47 +00:00