aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-04-01 23:44:50 +0800
committerYuqian Yang <crupest@crupest.life>2025-04-02 22:23:15 +0800
commit122951273a6dafb36c1406f4c7f9571c5cc13ad0 (patch)
treef1d1cfa434610da91eb67e3bc50c99f1192f33f4
parentb2d2e2870660ae64358e7effcad1bb7e0c5dc998 (diff)
downloadcrupest-122951273a6dafb36c1406f4c7f9571c5cc13ad0.tar.gz
crupest-122951273a6dafb36c1406f4c7f9571c5cc13ad0.tar.bz2
crupest-122951273a6dafb36c1406f4c7f9571c5cc13ad0.zip
feat(www): update.
-rw-r--r--www/content/notes/cheat-sheet.md (renamed from www/content/notes/cheat-sheet/index.md)0
-rw-r--r--www/content/notes/cheat-sheet/_index.md4
-rw-r--r--www/content/notes/hurd.md (renamed from www/content/notes/hurd/index.md)24
-rw-r--r--www/content/notes/hurd/_index.md4
4 files changed, 19 insertions, 13 deletions
diff --git a/www/content/notes/cheat-sheet/index.md b/www/content/notes/cheat-sheet.md
index efb3b35..efb3b35 100644
--- a/www/content/notes/cheat-sheet/index.md
+++ b/www/content/notes/cheat-sheet.md
diff --git a/www/content/notes/cheat-sheet/_index.md b/www/content/notes/cheat-sheet/_index.md
deleted file mode 100644
index ff72c3d..0000000
--- a/www/content/notes/cheat-sheet/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: "Cheat Sheet"
----
-
diff --git a/www/content/notes/hurd/index.md b/www/content/notes/hurd.md
index c48ed86..67b8df9 100644
--- a/www/content/notes/hurd/index.md
+++ b/www/content/notes/hurd.md
@@ -44,30 +44,44 @@ See [this](posts/c-func-ext.md)
## git repos
+Clone all at once:
+
+```sh
+# glibc is too big, so not clone here.
+for repo in hurd gnumach mig web; do
+ if [ ! -d $repo ]; then
+ git clone "https://crupest.life/git/hurd/$repo.git"
+ pushd $repo
+ git remote add upstream "https://git.savannah.gnu.org/git/hurd/$repo.git"
+ popd
+ fi
+done
+```
+
{{< link-group >}}
hurd
-cru: <https://crupest.life/git/cru-hurd/hurd.git>
+cru: <https://crupest.life/git/hurd/hurd.git>
upstream: <https://git.savannah.gnu.org/git/hurd/hurd.git>
debian: <https://salsa.debian.org/hurd-team/hurd>
{{< /link-group >}}
{{< link-group >}}
gnumach
-cru: <https://crupest.life/git/cru-hurd/gnumach.git>
+cru: <https://crupest.life/git/hurd/gnumach.git>
upstream: <https://git.savannah.gnu.org/git/hurd/gnumach.git>
debian: <https://salsa.debian.org/hurd-team/gnumach>
{{< /link-group >}}
{{< link-group >}}
mig
-cru: <https://crupest.life/git/cru-hurd/mig.git>
+cru: <https://crupest.life/git/hurd/mig.git>
upstream: <https://git.savannah.gnu.org/git/hurd/mig.git>
debian: <https://salsa.debian.org/hurd-team/mig>
{{< /link-group >}}
{{< link-group >}}
glibc
-cru: <https://crupest.life/git/cru-hurd/glibc.git>
+cru: <https://crupest.life/git/hurd/glibc.git>
upstream: <git://sourceware.org/git/glibc.git>
debian: <https://salsa.debian.org/glibc-team/glibc>
mirror: <https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git>
@@ -75,7 +89,7 @@ mirror: <https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git>
{{< link-group >}}
web
-cru: <https://crupest.life/git/cru-hurd/web.git>
+cru: <https://crupest.life/git/hurd/web.git>
upstream: <https://git.savannah.gnu.org/git/hurd/web.git>
{{< /link-group >}}
diff --git a/www/content/notes/hurd/_index.md b/www/content/notes/hurd/_index.md
deleted file mode 100644
index 3c031e1..0000000
--- a/www/content/notes/hurd/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: "Hurd"
----
-