From 058d20f0043e553e80b445e45503d9a1a0cdb14f Mon Sep 17 00:00:00 2001 From: Lane Jennison Date: Thu, 23 Apr 2020 22:19:58 -0400 Subject: [PATCH] dontt cleandebs --- config-jenkins-image-family.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-jenkins-image-family.conf b/config-jenkins-image-family.conf index fb98e3c..46726d6 100644 --- a/config-jenkins-image-family.conf +++ b/config-jenkins-image-family.conf @@ -3,7 +3,7 @@ KERNEL_ONLY="no" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt KERNEL_CONFIGURE="no" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt -CLEAN_LEVEL="make,debs,oldcache,sources" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot, +CLEAN_LEVEL="make,oldcache,sources" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot, # "debs" = delete packages in "./output/debs" for current branch and family, # "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images", # "cache" = delete "./output/cache", "sources" = delete "./sources"