27 lines
830 B
XML
27 lines
830 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
MontanaOS repo manifest.
|
|
|
|
Inherits from GrapheneOS platform_manifest, overlays MontanaOS overrides.
|
|
Used by `repo init -u <this-manifest>` after MONTANAOS_VERSIONS.lock is
|
|
populated in Phase 1 of ROADMAP. The branch attribute below is intentionally
|
|
empty until Phase 1 closes.
|
|
|
|
Status: scaffolding, not yet usable for end-to-end builds.
|
|
-->
|
|
<manifest>
|
|
<remote name="grapheneos" fetch="https://github.com/GrapheneOS/" />
|
|
<remote name="montanaos" fetch="https://hub.montana.quest/efir369999/montanaos-" />
|
|
|
|
<default revision=""
|
|
remote="grapheneos"
|
|
sync-j="8" />
|
|
|
|
<include name="default.xml" remote="grapheneos" />
|
|
|
|
<project path="vendor/montana"
|
|
name="vendor"
|
|
remote="montanaos"
|
|
revision="main" />
|
|
</manifest>
|