aboutsummaryrefslogtreecommitdiff
path: root/config.def
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-06 12:40:55 +0300
committerCem Keylan <cem@ckyln.com>2020-04-06 12:40:55 +0300
commit9ab8b96abe1679d86f62cfbb762392e5d415e929 (patch)
tree4d5284225eb1deff2b1d7100b90ff2f7628a00c7 /config.def
parent0f9f692c00ae57d6f547afd4d902cc965ebc81ab (diff)
downloadmkrootfs-9ab8b96abe1679d86f62cfbb762392e5d415e929.tar.gz
change default repository path
Diffstat (limited to 'config.def')
-rw-r--r--config.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def b/config.def
index 44ba757..66ca3f1 100644
--- a/config.def
+++ b/config.def
@@ -23,7 +23,7 @@ MAKEFLAGS="-j$(nproc)"
# Repository
# This repository will be cloned to /tmp/repo on the
# host, and /var/db/kiss/repo on the target system.
-REPO="git://git.carbslinux.org/repository"
+REPO="https://github.com/CarbsLinux/repository"
HOST_REPO_PATH="/tmp/repo/core"
export MNTDIR PKGS CFLAGS CXXFLAGS REPO HOST_REPO_PATH MAKEFLAGS