aboutsummaryrefslogtreecommitdiff
path: root/content/news/20200405.org
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
committerCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
commit08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 (patch)
treeb471d65a2ad20665dc0e0e8f91aa67ac4c0949b1 /content/news/20200405.org
parent25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (diff)
downloadwebsite-08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6.tar.gz
website: switch to hugo
Diffstat (limited to 'content/news/20200405.org')
-rw-r--r--content/news/20200405.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/news/20200405.org b/content/news/20200405.org
new file mode 100644
index 0000000..716f669
--- /dev/null
+++ b/content/news/20200405.org
@@ -0,0 +1,14 @@
+#+TITLE: Apr 05, 2020
+#+DATE: <2020-04-05 Sun>
+
+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.
+
+#+BEGIN_SRC sh
+git remote set-url origin https://github.com/CarbsLinux/repository
+#+END_SRC