ansible/test
Andreas Olsson 593297d7a2 Only use git verify-tag when verifying annotated tags (#26414)
* Only use `git verify-tag` when verifying annotated tags

The command `git verify-tag` only applies to annotated tags. When
verifying lightweight tags, which are more similar to non-moving
branches, one has to use `git verify-commit` instead.

Using ':' as a separator is appropriate since that is one of the
characters not allowed in a Git reference name.

See also https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html

* Improve testing of the Git module's gpg verification
2017-07-19 11:30:12 -04:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Only use git verify-tag when verifying annotated tags (#26414) 2017-07-19 11:30:12 -04:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
sanity [cloud] s3_bucket: policy comparison - fixes #25428 (#25723) 2017-07-19 07:01:33 -04:00
units Simplify XML error-handling and typo (#26929) 2017-07-19 08:46:16 +01:00
utils Optimize running of CI cloud integration tests. 2017-07-14 22:28:14 -07:00