From de9bbb5a5fd81c04ed7ae194d3a33e922b28cbaf Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 27 Mar 2023 08:55:04 +0200 Subject: [PATCH] Save packages into repo by default so we dont lose all progress if the ci fails --- makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepkg.conf b/makepkg.conf index c818ce3..ff823ea 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -117,7 +117,7 @@ DBGSRCDIR="/usr/src/debug" # Default: put built package and cached source in build directory # #-- 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 #SRCDEST=/home/sources #-- Source packages: specify a fixed directory where all src packages will be placed