From 6d7fccf1275f2861594ea3bec6da0b29c964ee5a Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 22 Jan 2023 18:08:24 +0100 Subject: [PATCH] local: enable LOCAL and LOCALDEBS --- CONF.sh | 4 ++-- easy-build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONF.sh b/CONF.sh index 26ebb4fb..58621065 100644 --- a/CONF.sh +++ b/CONF.sh @@ -155,7 +155,7 @@ export FORCE_FIRMWARE=1 # If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with # local packages that you want to put on the CD set then # uncomment the following line -# export LOCAL=1 +export LOCAL=1 # If your local packages are not under $MIRROR, but somewhere else, # you can uncomment this line and edit it to point to a directory @@ -177,7 +177,7 @@ export FORCE_FIRMWARE=1 # has an UPDATE_LOCAL=1 setting, controlling whether to run Packages-gen) # for year 2023, good luck! -- kibi # -# export LOCALDEBS=/home/joey/debian/va/debian +export LOCALDEBS=/srv/mirrors/debian-cd/extra-debian # Where to find the security patches. This directory should be the # top directory of a security.debian.org mirror. diff --git a/easy-build.sh b/easy-build.sh index a7ddd436..2d8fcfdb 100755 --- a/easy-build.sh +++ b/easy-build.sh @@ -99,7 +99,7 @@ export DI_DIST=$DI_CODENAME # Include local packages in the build #export LOCAL=1 # Automatically update the Packages file(s) for the "local" repository? -#UPDATE_LOCAL=1 +UPDATE_LOCAL=1 # Number of CD/DVDs to build; comment out to build full set MAX_CDS=1