gitlab-ci: Use Debian packages instead of pip ones for meson and scons
[mesa.git] / bin / get-pick-list.sh
index 15f0e7d4a34b363bc0a35552fff0b6a39b6a667d..8fa4f438771680f72c0faeb64f3e6bb281c8fdc6 100755 (executable)
 
 is_stable_nomination()
 {
-       git show --summary "$1" | grep -q -i -o "CC:.*mesa-stable"
+       git show --pretty=medium --summary "$1" | grep -q -i -o "CC:.*mesa-stable"
 }
 
 is_typod_nomination()
 {
-       git show --summary "$1" | grep -q -i -o "CC:.*mesa-dev"
+       git show --pretty=medium --summary "$1" | grep -q -i -o "CC:.*mesa-dev"
 }
 
 fixes=