From f03feca631b7efb9f20a2d3e1be458cd7b611971 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 27 Apr 2020 14:18:46 +0300 Subject: update --- build | 2 +- docs/index.html | 24 ++++++++++++++++++++++++ docs/index.txt | 25 +++++++++++++++++++++++++ src/index.md | 25 +++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 1 deletion(-) diff --git a/build b/build index 8b6c882..7db54cd 100755 --- a/build +++ b/build @@ -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 https://dl.carbslinux.org

A new rootfs tarball has been released. See the downloads 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.

View Page Source
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 . +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 . + +**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 . +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 . + +**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. + -- cgit v1.2.3