Skip to content

Commit

Permalink
fix ugly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Nov 30, 2021
1 parent 42b88e3 commit ea7fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ "$UNPATCHER" == "safe" -a -d .git -a "$GBN" != "" ] ; then
buildHead="`cat $tmp | jq -r .commit_id`"
echo "$buildHead"
echo "@@@ unpatching jenkins commits from $buildHead"
git log --oneline --author rel-eng@cloudera.com --pretty=format:%H%n $buildHead..HEAD | while read c;do
git log --oneline --author rel-eng@cloudera.com --pretty=format:%H $buildHead..HEAD | while read c;do
echo "[!] unpatching: $c"
git show --no-prefix $c | git apply -3 -p0 -R
done
Expand Down

0 comments on commit ea7fdbe

Please sign in to comment.