I modified https://github.com/siafoundation/linux to publish three different apt releases main, beta and nightly. This will enable users to select a more frequent release type when installing via apt.
This modifies the linux dispatch payload to set the new required component field.
The logic should be as follows:
If v0.0.0 component is main
If v0.0.0-beta component is beta
Otherwise, component is nightly
Nightly releases will have their apt version set to YYYYMMDD-{commit}.
I modified https://github.com/siafoundation/linux to publish three different
apt
releasesmain
,beta
andnightly
. This will enable users to select a more frequent release type when installing viaapt
.This modifies the linux dispatch payload to set the new required
component
field.The logic should be as follows:
v0.0.0
component ismain
v0.0.0-beta
component isbeta
nightly
Nightly releases will have their
apt
version set toYYYYMMDD-{commit}
.