Actions
GitRedirects » History » Revision 6
« Previous |
Revision 6/9
(diff)
| Next »
Denis 'GNUtoo' Carikli, 10/03/2020 02:18 PM
fix forgetten based on
GitRedirects¶
Introduction¶
We need to keep older Replicant versions fetchable and buildable. We cannot change the structure of the repositories we use in the manifests for older Replicant releases (they are tagged and so on), and we cannot go back in time either.
So if we change the repositories structure in the server, we need to keep compatibility with older versions as well.
Replicant versions¶
Replicant version | manifest branch | based on | AOSP repo format | AOSP | CyanogenMod / LineageOS |
1.5 | replicant | AOSP | kept | not mirrored | no CyanogenMod / LineageOS repos |
2.2 | replicant-2.2 | CyanogenMod | kept | not mirrored | CyanogenMod, not mirrored |
2.3 | replicant-2.3 | CyanogenMod | kept | not mirrored | CyanogenMod, not mirrored |
4.0 | replicant-4.0 | CyanogenMod | kept | not mirrored | CyanogenMod, not mirrored |
4.2 | replicant-4.2 | CyanogenMod | kept | not mirrored | CyanogenMod, not mirrored |
6.0 | replicant-6.0 | LineageOS | '/' changed to '_' | AOSP-mirror | LineageOS-mirror |
9.0-dev | needs to be merged | LineageOS | kept | not mirrored | LineageOS, not mirrored |
10.0-dev | needs to be merged | LineageOS | kept | mirrors/AOSP | mirrors/LineageOS |
Updated by Denis 'GNUtoo' Carikli over 4 years ago · 6 revisions