aboutsummaryrefslogtreecommitdiff
path: root/docs/blog/20200410.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog/20200410.txt')
-rw-r--r--docs/blog/20200410.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/blog/20200410.txt b/docs/blog/20200410.txt
new file mode 100644
index 0000000..65b145f
--- /dev/null
+++ b/docs/blog/20200410.txt
@@ -0,0 +1,25 @@
+
+Outsource Repository Concept
+============================
+
+In April 3rd, I have added submodule support for Carbs
+Linux's fork of `kiss`. Now, from that sentence, it really
+doesn't sound exciting at all. But in reality, it opens a
+path to lots of creative output, and a better way to manage
+multi-user repositories (such as KISS Community).
+
+When managing a repository of submodules, the repository
+maintainer's only job is to deal with adding packages.
+A package maintainer doesn't have to wait for the repository
+maintainer to update their packages, as they are only making
+the changes to their own repositories.
+
+This way, an end-user can also track from their preferred
+maintainers, and do that with the tidyness of a single repository
+in their `KISS_PATH`.
+
+Carbs Linux now has an outsource repository for some packages.
+Firefox and its dependencies have been purged from the main repository,
+but can be found on it.
+
+<https://github.com/CarbsLinux/outsource>