The images paths changed to something like replicant-6.0-0004-rc1.zip This change doesn't take that into account but it should still be sufficent for adding the replicant-6.0-0004 tag to the various git repositories.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- releasevars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasevars.sh b/releasevars.sh index 28c54f5..b085a37 100755 --- a/releasevars.sh +++ b/releasevars.sh @@ -17,7 +17,7 @@ # VERSION="6.0" -RELEASE="0003" +RELEASE="0004-rc1" RELEASE_IMAGES="recovery-i9100.img recovery-n7000.img recovery-maguro.img recovery-espressowifi.img recovery-espresso3g.img recovery-i9300.img recovery-n7100.img recovery-i9305.img recovery-n5100.img recovery-n5110.img replicant-6.0-i9100.zip replicant-6.0-n7000.zip replicant-6.0-maguro.zip replicant-6.0-espressowifi.zip replicant-6.0-espresso3g.zip replicant-6.0-i9300.zip replicant-6.0-n7100.zip replicant-6.0-i9305.zip replicant-6.0-n5100.zip replicant-6.0-n5110.zip" RELEASE_DEVICES="i9100 n7000 maguro espressowifi espresso3g i9300 n7100 i9305 n5100 n5110" -- 2.24.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
