aboutsummaryrefslogtreecommitdiff
path: root/docs/news/20200405.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news/20200405.html')
-rw-r--r--docs/news/20200405.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/news/20200405.html b/docs/news/20200405.html
new file mode 100644
index 0000000..adf0656
--- /dev/null
+++ b/docs/news/20200405.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!-- 2021-02-02 -->
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>Apr 05, 2020</title>
+<meta name="generator" content="Org mode">
+<link rel="stylesheet" type="text/css" href="/style.css">
+</head>
+<body>
+<div id="preamble" class="status">
+<nav id="navbar">
+ <a href="/" class=navbartitle>Carbs Linux</a>
+
+ <label for="hamburger">&#9776;</label>
+ <input type="checkbox" id="hamburger" />
+ <ul id=navbarlist>
+ <li><a href="/" title="Home Page">Home</a></li>
+ <li><a href="//git.carbslinux.org" title="Git Repository">Git</a></li>
+ <li><a href="/download.html" title="Download Carbs Linux">Download</a></li>
+ <li><a href="/blog" title="Blog Posts">Blog</a></li>
+ <li><a href="/install.html" title="Installation Instructions">Installation</a></li>
+ <li><a href="/docs.html" title="Documentation">Docs</a></li>
+ </ul>
+</nav>
+</div>
+<div id="content">
+<header>
+<h1 class="title">Apr 05, 2020</h1>
+</header><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>
+
+<div class="org-src-container">
+<pre class="src src-sh">git remote set-url origin https://github.com/CarbsLinux/repository
+</pre>
+</div>
+</div>
+<div id="postamble" class="status">
+<footer>
+ <p>Linux&reg; is a registered trademark of Linus Torvalds</p>
+ <p>Copyright &copy; 2019-2021 Cem Keylan</p>
+</footer>
+</div>
+</body>
+</html>