guysoft / CustomPiOS

A Raspberry Pi and other ARM devices distribution builder
GNU General Public License v3.0
497 stars 143 forks source link

Allow change from, e.g., stable to oldstable #171

Closed hainesbg closed 1 year ago

hainesbg commented 1 year ago

When building buster images, the change from stable to oldstable breaks some automation (including the ZynthianOS build) with a non-zero exit status and a message to the following effect:

N: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

This change allows the change in Suite value without complaint or ill effect.

guysoft commented 1 year ago

I think I'll merge this since its likely only to fix builds, though, it might be a good time to ask if anyone thinks this need to be some kind of setting for a case I can't think of?