diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | docs/index.html | 24 | ||||
-rw-r--r-- | docs/index.txt | 25 | ||||
-rw-r--r-- | src/index.md | 25 |
4 files changed, 75 insertions, 1 deletions
@@ -94,7 +94,7 @@ site_index() { # find index -name '*.news' | sort -r | sed 3q | while read -r news ; do # shellcheck disable=2046 set -- $(find index -name '*.news' | sort -r) - for news in "$1" "$2" "$3" ; do + for news in "$1" "$2" "$3" "$4" "$5" ; do newsdate="${news##*/}" ; newsdate="${newsdate%.news}" printf '\n### %s\n\n' "$(date --date="$newsdate" +%b\ %d\ %Y)" >> src/index.md cat "$news" >> src/index.md diff --git a/docs/index.html b/docs/index.html index 8a6c892..dfa617a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,6 +84,30 @@ see it on <a href="https://dl.carbslinux.org/releases">https://dl.carbslinux.org <p>A new rootfs tarball has been released. See the <a href="https://dl.carbslinux.org">downloads</a> page</p> + +<h3>Apr 05 2020</h3> + +<p>Carbs Linux repositories will be hosted only on Github. Commits will be +pushed there, and not the repository. You have until +May 4, 2020 Monday to switch your remotes to <a href="https://github.com/CarbsLinux/repository">https://github.com/CarbsLinux/repository</a>. +The git repository will continue to be served until then (without additional +commits).</p> + +<p>You can switch your remote by executing the following command on your +repository directory.</p> + +<pre><code>git remote set-url origin https://github.com/CarbsLinux/repository +</code></pre> + +<h3>Feb 18 2020</h3> + +<p>A new tarball is released. It can be found on <a href="https://dl.carbslinux.org">https://dl.carbslinux.org</a>.</p> + +<p><strong>edit:</strong> I have removed the tarball because of a bootstrapping issue. +I will be re-adding it later today.</p> + +<p><strong>edit 2:</strong> I have added a tarball (20200219) to reflect my recent +changes on Busybox.</p> <a href="/index.txt">View Page Source</a><div class=border></div> <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> <p class=footer>Copyright © 2019-2020 Cem Keylan</p> diff --git a/docs/index.txt b/docs/index.txt index 98d4ee6..b26c3d2 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -69,3 +69,28 @@ IRC channel can now be accessed from `#carbslinux` at freenode! A new rootfs tarball has been released. See the [downloads](https://dl.carbslinux.org) page + +### Apr 05 2020 + +Carbs Linux repositories will be hosted only on Github. Commits will be +pushed there, and not the repository. You have until +May 4, 2020 Monday to switch your remotes to <https://github.com/CarbsLinux/repository>. +The git repository will continue to be served until then (without additional +commits). + +You can switch your remote by executing the following command on your +repository directory. + + git remote set-url origin https://github.com/CarbsLinux/repository + + +### Feb 18 2020 + +A new tarball is released. It can be found on <https://dl.carbslinux.org>. + +**edit:** I have removed the tarball because of a bootstrapping issue. +I will be re-adding it later today. + +**edit 2:** I have added a tarball (20200219) to reflect my recent +changes on Busybox. + diff --git a/src/index.md b/src/index.md index 98d4ee6..b26c3d2 100644 --- a/src/index.md +++ b/src/index.md @@ -69,3 +69,28 @@ IRC channel can now be accessed from `#carbslinux` at freenode! A new rootfs tarball has been released. See the [downloads](https://dl.carbslinux.org) page + +### Apr 05 2020 + +Carbs Linux repositories will be hosted only on Github. Commits will be +pushed there, and not the repository. You have until +May 4, 2020 Monday to switch your remotes to <https://github.com/CarbsLinux/repository>. +The git repository will continue to be served until then (without additional +commits). + +You can switch your remote by executing the following command on your +repository directory. + + git remote set-url origin https://github.com/CarbsLinux/repository + + +### Feb 18 2020 + +A new tarball is released. It can be found on <https://dl.carbslinux.org>. + +**edit:** I have removed the tarball because of a bootstrapping issue. +I will be re-adding it later today. + +**edit 2:** I have added a tarball (20200219) to reflect my recent +changes on Busybox. + |