From de4c1881b3d6f7be21e8d81c8bb6d2fc098db2cd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 10 Apr 2020 13:54:07 +0300 Subject: update --- docs/blog/20200410.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ docs/blog/20200410.txt | 25 +++++++++++++++++++++++++ docs/blog/index.html | 1 + docs/blog/index.txt | 1 + docs/news.xml | 2 +- docs/rss.xml | 31 ++++++++++++++++++++++++++++++- 6 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 docs/blog/20200410.html create mode 100644 docs/blog/20200410.txt (limited to 'docs') diff --git a/docs/blog/20200410.html b/docs/blog/20200410.html new file mode 100644 index 0000000..11ce8ff --- /dev/null +++ b/docs/blog/20200410.html @@ -0,0 +1,46 @@ + + + +Outsource Repository Concept | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+

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

+View Page Source
+ + + + 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. + + diff --git a/docs/blog/index.html b/docs/blog/index.html index 7313399..35dc03b 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -22,6 +22,7 @@ here. RSS Feed

diff --git a/docs/blog/index.txt b/docs/blog/index.txt index 56f9385..3d21ebd 100644 --- a/docs/blog/index.txt +++ b/docs/blog/index.txt @@ -6,5 +6,6 @@ here. [RSS Feed] [RSS Feed]: /rss.xml +* Apr 10 2020 - [Outsource Repository Concept](20200410.html) * Apr 06 2020 - [Roadmap for Carbs](20200406.html) * Jan 28 2020 - [Switching to New Website](20200128.html) diff --git a/docs/news.xml b/docs/news.xml index c55777d..5fa6550 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,7 @@ a simple busybox linux distribution https://carbslinux.org -Apr Mon 2020 12:00 +Apr Fri 2020 10:00 20200406.news Mon, 06 Apr 2020 diff --git a/docs/rss.xml b/docs/rss.xml index fa53ee0..d33cac0 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,36 @@ a simple busybox linux distribution https://carbslinux.org -Apr Mon 2020 12:00 +Apr Fri 2020 10:00 + +Outsource Repository Concept +Fri, 10 Apr 2020 +Cem Keylan +https://carbslinux.org/blog/20200410.html +<h1>Outsource Repository Concept</h1> + +<p>In April 3rd, I have added submodule support for Carbs +Linux&rsquo;s fork of <code>kiss</code>. Now, from that sentence, it really +doesn&rsquo;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).</p> + +<p>When managing a repository of submodules, the repository +maintainer&rsquo;s only job is to deal with adding packages. +A package maintainer doesn&rsquo;t have to wait for the repository +maintainer to update their packages, as they are only making +the changes to their own repositories.</p> + +<p>This way, an end-user can also track from their preferred +maintainers, and do that with the tidyness of a single repository +in their <code>KISS_PATH</code>.</p> + +<p>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.</p> + +<p><a href="https://github.com/CarbsLinux/outsource">https://github.com/CarbsLinux/outsource</a></p> + Roadmap for Carbs Mon, 06 Apr 2020 -- cgit v1.2.3