| 1164 | } |
| 1165 | |
| 1166 | static bool cli_activation_transaction_expected_build(cbm_activation_transaction_t *transaction, |
| 1167 | cli_binary_validator_t *validator) { |
| 1168 | const char *staged = cbm_activation_transaction_staged_path(transaction); |
| 1169 | return staged && validator && cbm_daemon_build_fingerprint_file(staged, validator->fingerprint); |
| 1170 | } |
| 1171 | |
| 1172 | /* Copy the running binary transactionally. The command-level install path |
| 1173 | * stages before draining the cohort; this public helper preserves the old |
no test coverage detected