git-update: Move blacklist reading further down
commit4bc6c55d988e508613afafbb7f8173cf1ed3270f
authorLukas Fleischer <lfleischer@archlinux.org>
Fri, 14 Aug 2015 10:45:01 +0000 (14 12:45 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Fri, 14 Aug 2015 10:45:36 +0000 (14 12:45 +0200)
treec148701b63c1c652894a7ca482f81c024021c7ef
parentda1153857f63babd0080c0d8ebd75d5f8400e6e9
git-update: Move blacklist reading further down

Since c4870a9 (git-update: Only check HEAD for blacklisted packages,
2015-06-04), only the HEAD commit package name is looked up in the
blacklist. This means that we no longer need to read the blacklist
before running the commit walker. Moving the blacklist reading code
further down makes the code easier to read.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
git-interface/git-update.py