[Intel-gfx] [PATCH 1/2] dim: make dim tag-next generate annotated tags
Ewelina Musial
ewelina.musial at intel.com
Mon Sep 11 13:31:22 UTC 2017
On Mon, Sep 11, 2017 at 04:15:59PM +0300, Jani Nikula wrote:
> Presumably an oversight while converting update-next-continue to use
> annotated tags.
>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
Reviewed-by: Ewelina Musial <ewelina.musial at intel.com>
> ---
> dim | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dim b/dim
> index dbaeb1ec944d..23dfccb5513d 100755
> --- a/dim
> +++ b/dim
> @@ -1589,7 +1589,7 @@ function dim_tag_next
> tag="drm-intel-next-$today-$((++suffix))"
> done
>
> - $DRY git tag $tag $DIM_DRM_INTEL_REMOTE/drm-intel-next
> + $DRY git tag -a $tag $DIM_DRM_INTEL_REMOTE/drm-intel-next
> git push $DRY_RUN $DIM_DRM_INTEL_REMOTE $tag
> else
> echo "drm-intel-next not up-to-date, aborting"
> --
> 2.11.0
--
Ewelina
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
More information about the Intel-gfx
mailing list