git-update.py: Check for mandatory fields
commit3488581046966d674f90e3f6811ebb3764482197
authorLukas Fleischer <archlinux@cryptocrack.de>
Thu, 15 Jan 2015 08:32:48 +0000 (15 09:32 +0100)
committerLukas Fleischer <archlinux@cryptocrack.de>
Thu, 15 Jan 2015 08:35:01 +0000 (15 09:35 +0100)
tree4d754dcb0d6ceab8f54af34ca66da30c52062f8c
parent4dbd562b8e5bf8d44a7a19b8e248b2b0e0295eb2
git-update.py: Check for mandatory fields

Check explicitly whether pkgver, pkgrel, pkgname, pkgdesc and url are
available in each package. If any of these is missing, an exception
might occur when parsing the meta data later.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
scripts/git-integration/git-update.py