Pierre-Yves Chibon wrote:
Koji tells you the URL which was used to trigger the build:Source: git://pkgs.fedoraproject.org/rpms/crypto-policies?#e4abbf8b20f065dab68c28c33b7b55b4b297bf76 cf: https://koji.fedoraproject.org/koji/taskinfo?taskID=21257571Which corresponds to this commit in git: https://src.fedoraproject.org/rpms/crypto-policies/c/e4abbf8b20f065dab68c28c33b7b55b4b297bf76 That commit is indeed in master but not in f27.
And for anyone not familiar, git's branch and tag commands have a --contains option that's very useful in cases like this. (It can also be negated, i.e. --no-contains, to search for branches which lack a commit.)
[tmz@fedora crypto-policies (master=)]$ git branch -r --contains e4abbf8b20f0 origin/HEAD -> origin/master origin/master(The -r [--remotes] option ensures git branch looks at the remote tracking branches.)
-- Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something. -- Robert Heinlein
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx