Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] 0.19.0 tag appear to be missing

OK, will ask webmaster. In my case tag name is the same as branch name
and I don't trust gerrit to do the right thing.

--
Regards,
Igor

On 1/20/2014, 11:22, Thanh Ha wrote:
On 20/01/14 11:18 AM, Igor Fedorenko wrote:
Does anyone know how to delete tags through Gerrit?


Typically you will need to involve webmaster in order to delete branches
and tags but looks like the Tycho already has Force Push permissions for
committers (perhaps it was requested in the past?) I noticed one type of
force push was missing however for the Tycho project to delete
non-annotated tags so I enabled it. I would recommend requesting
webmaster to remove this access once you no longer need it though.

Deleting tags should be the same as deleting branches by adding ":"
infront of the refspec, using "git push gerrit :refs/tags/sometag". Also
don't forget to run "git tag -d sometag" to delete it locally.

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top