Save packages into repo by default so we dont lose all progress if the ci fails
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Tobias Manske 2023-03-27 08:55:04 +02:00
parent ed46f17da3
commit de9bbb5a5f
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -117,7 +117,7 @@ DBGSRCDIR="/usr/src/debug"
# Default: put built package and cached source in build directory # Default: put built package and cached source in build directory
# #
#-- Destination: specify a fixed directory where all packages will be placed #-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages PKGDEST=/repo
#-- Source cache: specify a fixed directory where source files will be cached #-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources #SRCDEST=/home/sources
#-- Source packages: specify a fixed directory where all src packages will be placed #-- Source packages: specify a fixed directory where all src packages will be placed