forked from epics_driver_modules/require
bugfix: annotated tags were not handled correctly
This commit is contained in:
@@ -338,7 +338,7 @@ eval {
|
||||
}
|
||||
if (defined($remote) && defined($tag) && defined($commit)) {
|
||||
my $err = eval {
|
||||
@statusinfo = check_output("git ls-remote --tags $remote $tag");
|
||||
@statusinfo = check_output("git ls-remote --tags '$remote' '$tag' '$tag^*'");
|
||||
parse_git_output(\@statusinfo);
|
||||
if (!$remotetagcommit) {
|
||||
say STDERR "Tag $tag not yet pushed to remote \"$remote\" => version test";
|
||||
|
||||
Reference in New Issue
Block a user