jjb: babeltrace: check for untracked or modified files in the git repo
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 10 Sep 2024 17:46:59 +0000 (13:46 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 3 Oct 2024 14:55:59 +0000 (10:55 -0400)
commit6ea95b0dd5eca0d5e72d100e0a39975e3aec382b
tree2251c1019d2b054bf16c83ccabe1efe62150695c
parent9d7010d819504d1e4f25b5a2e448b9d8b97efafc
jjb: babeltrace: check for untracked or modified files in the git repo

To help spot missing entries in .gitignore, or build steps that somehow
modify source files, do a `git status` in the git repo after builds.
Fail the build if there are untracked or modified files.

Change-Id: Id93da324d234e30979418f8f77d29e98f24677c8
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
scripts/babeltrace/build.sh
This page took 0.023636 seconds and 4 git commands to generate.