Mesa (8.0): mesa: use .cherry-ignore in the get-pick-list.sh script

Andreas Boll ab at kemper.freedesktop.org
Wed Nov 14 19:58:29 UTC 2012


Module: Mesa
Branch: 8.0
Commit: a679e210f46dea0a90c938267a3eba99f687014a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a679e210f46dea0a90c938267a3eba99f687014a

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Mon Oct 22 21:18:17 2012 +0200

mesa: use .cherry-ignore in the get-pick-list.sh script

NOTE: This is a candidate for the stable branches.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
(cherry picked from commit ca8988673baa65107a1b8f6f59b671725d9e4814)

---

 bin/get-pick-list.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index 7288090..a141afe 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -12,8 +12,8 @@ git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate'
 while read sha
 do
 	# Check to see whether the patch is on the ignore list.
-	if [ -f .git/cherry-ignore ] ; then
-		if grep -q ^$sha .git/cherry-ignore ; then
+	if [ -f bin/.cherry-ignore ] ; then
+		if grep -q ^$sha bin/.cherry-ignore ; then
 			continue
 		fi
 	fi




More information about the mesa-commit mailing list