From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 30 Nov 2017 08:59:50 +0100 Subject: [Buildroot] [PATCH 8/8] gitlab-ci: run check-package In-Reply-To: References: Message-ID: <20171130085950.0dc9a144@windsurf.home> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Thu, 30 Nov 2017 00:08:45 +0100, Yann E. MORIN wrote: > +check-package: > + script: > + - find . -type f -name '*.mk' -exec ./utils/check-package {} + Does it run without warning on all .mk files? In fact, I think we shouldn't limit it to .mk files, because check-package can also verify Config.in files and .hash files. Perhaps: find package/ boot/ linux/ -type f -exec ./utils/check-package {} Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com