projg2 / nattka

A New Arch Tester Toolkit (open source replacement for stable-bot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`nattka commit` fails if some of the packages are done already

mgorny opened this issue · comments

nattka commit logic can't distinguish packages done already vs packages waiting for commit. As a result, it spawns git commit on files with no changes and fails.

Confirmed with bug 700918:

nattka apply -a alpha 700918
nattka commit -a alpha 700918

where the package list is

dev-python/virtualenv
dev-python/distlib
dev-python/towncrier
dev-python/click-default-group

where only virtualenv and distlib need alpha keywords.