local: enable LOCAL and LOCALDEBS

This commit is contained in:
Cyril Brulebois 2023-01-22 18:08:24 +01:00
parent b6cf1ed667
commit 6d7fccf127
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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