diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-10 13:54:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-10 13:54:07 +0300 |
commit | de4c1881b3d6f7be21e8d81c8bb6d2fc098db2cd (patch) | |
tree | 6af0b30cb9f284e14ae6865e7d15b712d494fbed /src | |
parent | 3d6004abdecb060854a802496282c516bc7efda3 (diff) | |
download | website-de4c1881b3d6f7be21e8d81c8bb6d2fc098db2cd.tar.gz |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/blog/20200410.md | 26 | ||||
-rw-r--r-- | src/blog/index.md | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/src/blog/20200410.md b/src/blog/20200410.md new file mode 100644 index 0000000..1e50908 --- /dev/null +++ b/src/blog/20200410.md @@ -0,0 +1,26 @@ +Title: Outsource Repository Concept + +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> diff --git a/src/blog/index.md b/src/blog/index.md index 56f9385..3d21ebd 100644 --- a/src/blog/index.md +++ b/src/blog/index.md @@ -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) |