summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-20 21:30:31 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-20 21:30:31 +0100
commitf0cf710f682f1027225bb1aebdc5fd791b236471 (patch)
treef959a0927cb31e8af053c3848c6993ed0bf41b75
parente90bffff3c3c2afc734c41a424e164355aefd2e2 (diff)
don't use notabug for backup git repos
notabug is unreliable, even as a backup. why, just today, it was offline! all day. i originally moved libreboot away from notabug, to codeberg instead, but kept the notabug account online, and i still push to it when it's online. however, notabug seems to be in a terminal state of neglect by its admins, so lbmk should not use it. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/git/pico-serprog2
-rw-r--r--config/git/stm32-vserprog2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/git/pico-serprog b/config/git/pico-serprog
index db2869d5..ea630027 100644
--- a/config/git/pico-serprog
+++ b/config/git/pico-serprog
@@ -2,6 +2,6 @@
rev: c8c16e9c11fe9e5b7230ff358f79de3f1951e1d9
loc: pico-serprog
url: https://codeberg.org/libreboot/pico-serprog
- bkup_url: https://notabug.org/libreboot/pico-serprog
+ bkup_url: https://git.disroot.org/libreboot/pico-serprog
depend: pico-sdk
}
diff --git a/config/git/stm32-vserprog b/config/git/stm32-vserprog
index 6faed923..37e901fc 100644
--- a/config/git/stm32-vserprog
+++ b/config/git/stm32-vserprog
@@ -2,5 +2,5 @@
rev: 8fcf0a4d41800631b571fa7bbd1d8b251f0a2111
loc: stm32-vserprog
url: https://codeberg.org/libreboot/stm32-vserprog
- bkup_url: https://notabug.org/libreboot/stm32-vserprog
+ bkup_url: https://git.disroot.org/libreboot/stm32-vserprog
}