diff options
Diffstat (limited to 'docs/rss.xml')
-rw-r--r-- | docs/rss.xml | 31 |
1 files changed, 30 insertions, 1 deletions
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 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>Apr Mon 2020 12:00</lastBuildDate> +<lastBuildDate>Apr Fri 2020 10:00</lastBuildDate> +<item> +<title>Outsource Repository Concept</title> +<pubDate>Fri, 10 Apr 2020</pubDate> +<dc:creator>Cem Keylan</dc:creator> +<link>https://carbslinux.org/blog/20200410.html</link> +<description><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></description> +</item> <item> <title>Roadmap for Carbs</title> <pubDate>Mon, 06 Apr 2020</pubDate> |