From 9ab8b96abe1679d86f62cfbb762392e5d415e929 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 12:40:55 +0300 Subject: change default repository path --- config.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def') 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 -- cgit v1.2.3