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:
- Automatically resolve
- 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