summaryrefslogtreecommitdiff
path: root/src/backend/f_makeiso.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-21 20:15:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-21 20:15:53 +0100
commit9caaa7afc334e87fc46a038ae01516fed0ad0406 (patch)
treec07d36045557ad6477638d1d5090e4f4775dc874 /src/backend/f_makeiso.sh
parent5af3c57e7b377f0fc777fed02e57ed9a9bd38ec0 (diff)
sadly our cgit doesn't play nice with shallow clones, so switch to pagure.io
Diffstat (limited to 'src/backend/f_makeiso.sh')
-rw-r--r--src/backend/f_makeiso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/f_makeiso.sh b/src/backend/f_makeiso.sh
index 936a780..87e6261 100644
--- a/src/backend/f_makeiso.sh
+++ b/src/backend/f_makeiso.sh
@@ -137,7 +137,7 @@ mkliveimg () {
cfgbootldr () {
# fetch and install GRUB2 config files
- git clone https://gitlab.com/"$distname"/boot-core.git "$jailbootldrdlpath"
+ git clone https://pagure.io/redcore/boot-core.git "$jailbootldrdlpath"
cp -avx "$jailbootldrcfgpath" "$jailrootpath"
sync
}