projg2 / nattka

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'nattka apply' can resolve when there is the opportunity

asarubbo opened this issue · comments

At the time of writing, bug 873775 was done (in terms of commit) for ALLARCHES, but arches are still in CC for unknown reasons (mistake mainly)

So by running nattka apply I have:

$ nattka --api-key $APIKEY --repo $TREE apply -a amd64 873775 ; echo $?
# bug 873775: all packages keyworded already

1

So, since it is already keyworded, but arches are still in CC, nattka can:

  1. Automatically resolve
  2. Resolve if another option was given to the command line, like:
    nattka --resolve --api-key $APIKEY --repo $TREE apply -a amd64 873775
    or
    nattka --resolve-if-done --api-key $APIKEY --repo $TREE apply -a amd64 873775

Thanks