Skip to content

Commit

Permalink
Log only status of selected git repositories
Browse files Browse the repository at this point in the history
Take a look at COMPONENTS setting. This way single-component build log
is not trashed with a status of all the repositories.

QubesOS/qubes-issues#2023
  • Loading branch information
marmarek committed Dec 6, 2016
1 parent 45b96ec commit 43b1221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/log-git-status
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git status --porcelain -uall $ignore_args --ignore-submodules=all
git status -z -uall $ignore_args --ignore-submodules=all | sed -zn 'h; /^R/n; g; s/^...//; p' | xargs -r0 sha512sum

if [ -z "$repo" ]; then
for d in qubes-src/*/; do
for d in $(make get-var GET_VAR=GIT_REPOS); do
$script_path $d
done
else
Expand Down

0 comments on commit 43b1221

Please sign in to comment.