Merge "update list_library_unreleased_changes.sh to include client libraries"

This commit is contained in:
Zuul 2018-01-31 13:11:25 +00:00 committed by Gerrit Code Review
commit 03ee1a5039

View File

@ -32,6 +32,6 @@ if [[ -z "$VIRTUAL_ENV" ]]; then
fi
echo "Finding $SERIES library repositories..."
repos=$(list-deliverables --repos --type library --series $SERIES)
repos=$(list-deliverables --repos --type library --type client-library --series $SERIES)
$TOOLSDIR/list_unreleased_changes.sh $BRANCH $repos