local: enable LOCAL and LOCALDEBS
This commit is contained in:
parent
b6cf1ed667
commit
6d7fccf127
4
CONF.sh
4
CONF.sh
|
@ -155,7 +155,7 @@ export FORCE_FIRMWARE=1
|
||||||
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with
|
||||||
# local packages that you want to put on the CD set then
|
# local packages that you want to put on the CD set then
|
||||||
# uncomment the following line
|
# uncomment the following line
|
||||||
# export LOCAL=1
|
export LOCAL=1
|
||||||
|
|
||||||
# If your local packages are not under $MIRROR, but somewhere else,
|
# If your local packages are not under $MIRROR, but somewhere else,
|
||||||
# you can uncomment this line and edit it to point to a directory
|
# 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)
|
# has an UPDATE_LOCAL=1 setting, controlling whether to run Packages-gen)
|
||||||
# for year 2023, good luck! -- kibi
|
# 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
|
# Where to find the security patches. This directory should be the
|
||||||
# top directory of a security.debian.org mirror.
|
# top directory of a security.debian.org mirror.
|
||||||
|
|
|
@ -99,7 +99,7 @@ export DI_DIST=$DI_CODENAME
|
||||||
# Include local packages in the build
|
# Include local packages in the build
|
||||||
#export LOCAL=1
|
#export LOCAL=1
|
||||||
# Automatically update the Packages file(s) for the "local" repository?
|
# 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
|
# Number of CD/DVDs to build; comment out to build full set
|
||||||
MAX_CDS=1
|
MAX_CDS=1
|
||||||
|
|
Loading…
Reference in New Issue