On Wed, Dec 3, 2014 at 3:18 PM, Mike Bonnet <[email protected]> wrote: > On 12/3/14 2:34 PM, Otto Han wrote: >> >> Using koji what is the meaning of add-pkg ? I understand I use import >> to add a package and tag-pkg or "call tagBuildBypass" to put a tag on >> this package. Must I call add-pkg in between? > > > koji add-pkg adds a package to the whitelist for a tag. Before you can tag > a build into a tag, you need to add the package to the tag whitelist by > calling: > > koji add-pkg <tag-name> <package-name> --owner <owner-name> > > where <tag-name> is the name of the tag you're trying to tag the build into, > or one of the tags that is inherited by that tag. To see the current > package whitelist for a tag, run: > > koji list-pkgs --tag <tag-name> > > This will show the full whitelist, including inherited entries. >
OK. But then what "koji list-untagged" shows? Packages not belonging to any white list at all or they may be in a white list but not yet tagged ? If this is true then how can I see packages imported but not yet included in a white-list. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
