All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dim: make dim tag-next generate annotated tags
@ 2017-09-11 13:15 Jani Nikula
  2017-09-11 13:16 ` [PATCH 2/2] dim: sign pull-request tags if the GPG key is configured Jani Nikula
  2017-09-11 13:31 ` [PATCH 1/2] dim: make dim tag-next generate annotated tags Ewelina Musial
  0 siblings, 2 replies; 6+ messages in thread
From: Jani Nikula @ 2017-09-11 13:15 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, Daniel Vetter

Presumably an oversight while converting update-next-continue to use
annotated tags.

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-02 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 13:15 [PATCH 1/2] dim: make dim tag-next generate annotated tags Jani Nikula
2017-09-11 13:16 ` [PATCH 2/2] dim: sign pull-request tags if the GPG key is configured Jani Nikula
2017-09-11 15:17   ` Sean Paul
2017-10-02  9:22     ` Jani Nikula
2017-10-02 14:05       ` Jani Nikula
2017-09-11 13:31 ` [PATCH 1/2] dim: make dim tag-next generate annotated tags Ewelina Musial

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.