Commit 1b023c25 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add tag test

parent 4e0489dc
#!/bin/sh
. `dirname $0`/../share/eterbuild/functions/common
load_mod spec
BPSPEC="$1"
tag="$(get_version $BPSPEC)-$(get_release $BPSPEC)"
is_last_commit_tag "$tag" && echo "last commit with tag $tag" || echo "last commit has no tag $tag"
echo "tag on the last commit: $(get_last_tag)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment