Skip to content

Commit

Permalink
Move overlay in cherrypull
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 20, 2017
1 parent 699ec78 commit 295cd01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys/cherrypull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ for a in $RC ; do
git cherry-pick $a
done
git branch -D branch

if [ -d t/overlay ]; then
make -C t apply
git commit -a
fi

0 comments on commit 295cd01

Please sign in to comment.