patchupdate.py: Add all autogenerated files to git after creation.

This commit is contained in:
Sebastian Lackner
2014-12-14 06:29:32 +01:00
parent ffd1b6cd6a
commit 152e0e26a9
2 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,6 @@ git diff --cached --name-status | while read status file; do
echo "*** UPDATING AUTOGENERATED FILES ***"
echo ""
debian/tools/patchupdate.py || exit 1
git add patches/Makefile README.md || exit 1
break;
fi
done