Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back --allow-releaseinfo-change-suite (#1630)
In #776, we added the `--allow-releaseinfo-change-suite` to avoid erroring out if the Raspbian apt repo changed suite names. In #1604, we deleted the `apt update` command entirely, as it seemed unnecessary after deleting Ansible. In #1623, we brought back the `apt update` command, but we left off the flag we were previously using. In recent installs, I'm seeing this warning: ```bash 4 packages can be upgraded. Run 'apt list --upgradable' to see them. N: Repository 'http://raspbian.raspberrypi.org/raspbian bullseye InRelease' changed its 'Suite' value from 'stable' to 'oldstable' Reading package lists... Done ``` For the sake of preserving longstanging behavior, I think we should bring back the `--allow-releaseinfo-change-suite` flag. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1630"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information