diff options
Diffstat (limited to 'content/sources.org')
-rw-r--r-- | content/sources.org | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/content/sources.org b/content/sources.org new file mode 100644 index 0000000..bf09ebe --- /dev/null +++ b/content/sources.org @@ -0,0 +1,32 @@ +#+TITLE: Sources and Projects +* Sources and Projects + +All distribution specific tooling and source can be found from either the Fossil +repositories or the relevant Git repositories. I am planning to eventually move +all the source repositories to Fossil, including the package repositories. You +can click the following links to visit source repositories. + +- https://git.carbslinux.org +- https://fossil.carbslinux.org +- https://git.sr.ht/~carbslinux (Git mirror) + +** Package Repositories + +Package repositories currently reside in our git server, they can be obtained +from the places below: + +- https://git.carbslinux.org/repository +- [[https://git.sr.ht/~carbslinux/repository]] (mirror) +- [[https://github.com/CarbsLinux/repository]] (mirror) + +However, it is planned to migrate the package repositories to Fossil at a later +date. + +** Carbs Packaging Tools + +CPT is the package management tools of Carbs Linux. The canonical source for the +package manager is in Fossil, but they are also mirrored to git: + +- https://fossil.carbslinux.org/cpt +- https://git.carbslinux.org/cpt (mirror) +- https://git.sr.ht/~carbslinux/cpt (mirror) |