You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Add fixed bug numbers to each patchset, autogenerate README.md with patch information.
This commit is contained in:
@ -6,8 +6,8 @@ git diff --cached --name-status | while read status file; do
|
||||
echo ""
|
||||
echo "*** UPDATING AUTOGENERATED FILES ***"
|
||||
echo ""
|
||||
debian/tools/patchupdate.py > patches/Makefile || exit 1
|
||||
git add patches/Makefile || exit 1
|
||||
debian/tools/patchupdate.py || exit 1
|
||||
git add patches/Makefile README.md || exit 1
|
||||
break;
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user