[openwrt/openwrt] build: create profiles.json per default

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 21 11:12:33 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/181054bf7939decd8ce6f32b6f8e2a363ab55e24

commit 181054bf7939decd8ce6f32b6f8e2a363ab55e24
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Jun 16 18:05:04 2021 -1000

    build: create profiles.json per default
    
    The file is a info file just like config.buildinfo, feeds.buildinfo and
    version.buildinfo. It bundles these and more information in a machine
    readable way.
    
    This commit enables the creation of profiles.json by default and not
    only for buildbots. By doing so it follow the behaviour of the
    ImageBuilder which always creates the file, lastly this increases the
    files visibility for downstream projects.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 config/Config-build.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/Config-build.in b/config/Config-build.in
index 342859b7c0..f0e1aaa695 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -21,7 +21,7 @@ menu "Global build settings"
 
 	config JSON_OVERVIEW_IMAGE_INFO
 		bool "Create JSON info file overview per target"
-		default BUILDBOT
+		default y
 		help
 		  Create a JSON info file called profiles.json in the target
 		  directory containing machine readable list of built profiles



More information about the lede-commits mailing list