aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-29 13:02:56 +0300
committerCem Keylan <cem@ckyln.com>2020-05-29 13:02:56 +0300
commit39bc3681366435b619efe6eba9cd5f609f1dd80a (patch)
tree592d460b413b79c35f484f1bb7be4e966bb25022
parentd4b2f804aaa6bbd65cf70eb6cdeaf5ba4899ba22 (diff)
downloadmkrootfs-39bc3681366435b619efe6eba9cd5f609f1dd80a.tar.gz
config.def: remove git from packages and use rsync repository
-rw-r--r--config.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def b/config.def
index 9957ae2..aaf6ff7 100644
--- a/config.def
+++ b/config.def
@@ -10,7 +10,7 @@ MNTDIR="$PWD/rootfs"
# Most of those are already dependencies
# of each other but it is not a bad idea
# to put them to the list anyway.
-PKGS="baselayout kiss musl gcc make gzip xz zlib bzip2 binutils bison curl git linux-headers m4 flex busybox pkgconf rsync libressl"
+PKGS="baselayout kiss musl gcc make gzip xz zlib bzip2 binutils bison curl linux-headers m4 flex busybox pkgconf rsync libressl"
# Build flags
# It is a good idea to not use flags like "native"
@@ -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="https://github.com/CarbsLinux/repository"
+REPO="rsync://carbslinux.org/repo"
HOST_REPO_PATH="/tmp/repo/core"
export MNTDIR PKGS CFLAGS CXXFLAGS REPO HOST_REPO_PATH MAKEFLAGS