Move overlay in cherrypull
This commit is contained in:
parent
699ec784ac
commit
295cd01b80
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue