Add fixed bug numbers to each patchset, autogenerate README.md with patch information.

This commit is contained in:
Sebastian Lackner
2014-07-11 19:34:33 +02:00
parent 42afbafa33
commit 5c72aff53e
19 changed files with 132 additions and 63 deletions

View File

@ -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