----- Original Message ----- > From: "Kiril Nesenko" <[email protected]> > To: "Itamar Heim" <[email protected]> > Cc: "Alon Bar-Lev" <[email protected]>, "infra" <[email protected]> > Sent: Sunday, April 21, 2013 10:29:53 AM > Subject: Re: Remove tag on gerrit (ovirt-iso-uploader project) > > Same: > > knesenko@kiril:~/git_repos/ovirt-iso-uploader (ovirt-iso-uploader-3.2)$ git > tag -d ovirt-iso-uploader-3.2.1-2 > Deleted tag 'ovirt-iso-uploader-3.2.1-2' (was 5729686) > knesenko@kiril:~/git_repos/ovirt-iso-uploader (ovirt-iso-uploader-3.2)$ git > push origin :ovirt-iso-uploader-3.2.1-2 > remote: Processing changes: refs: 1, done > To gerrit.ovirt.org:ovirt-iso-uploader > ! [remote rejected] ovirt-iso-uploader-3.2.1-2 (can not delete references) > error: failed to push some refs to 'gerrit.ovirt.org:ovirt-iso-uploader' > > Seems like I need push merge ? >
No, as I wrote, you need forced push for temporary usage. > - Kiril > > ----- Original Message ----- > > From: "Itamar Heim" <[email protected]> > > To: "Alon Bar-Lev" <[email protected]> > > Cc: "Kiril Nesenko" <[email protected]>, "infra" <[email protected]> > > Sent: Friday, April 19, 2013 9:11:09 PM > > Subject: Re: Remove tag on gerrit (ovirt-iso-uploader project) > > > > On 04/19/2013 09:01 PM, Alon Bar-Lev wrote: > > > > > > You should temporary enable force push and: > > > > > > git push @upstream@ :@tag_name@ > > > > kiril - i added push right - please try. > > (i want to isolate if you need push or push merge commit) > > > > > > > > ----- Original Message ----- > > >> From: "Kiril Nesenko" <[email protected]> > > >> To: "Itamar Heim" <[email protected]> > > >> Cc: "infra" <[email protected]> > > >> Sent: Friday, April 19, 2013 8:44:53 PM > > >> Subject: Re: Remove tag on gerrit (ovirt-iso-uploader project) > > >> > > >> Same issue: > > >> > > >> knesenko@kiril:~/git_repos/ovirt-iso-uploader (ovirt-iso-uploader-3.2)$ > > >> git > > >> tag -d ovirt-iso-uploader-3.2.1-2 > > >> Deleted tag 'ovirt-iso-uploader-3.2.1-2' (was 5729686) > > >> knesenko@kiril:~/git_repos/ovirt-iso-uploader (ovirt-iso-uploader-3.2)$ > > >> git > > >> push origin :refs/tags/ovirt-iso-uploader-3.2.1-2 > > >> remote: Processing changes: refs: 1, done > > >> To gerrit.ovirt.org:ovirt-iso-uploader > > >> ! [remote rejected] ovirt-iso-uploader-3.2.1-2 (can not delete > > >> references) > > >> error: failed to push some refs to 'gerrit.ovirt.org:ovirt-iso-uploader' > > >> > > >> - Kiril > > >> > > >> ----- Original Message ----- > > >>> From: "Itamar Heim" <[email protected]> > > >>> To: "Kiril Nesenko" <[email protected]> > > >>> Cc: "infra" <[email protected]> > > >>> Sent: Friday, April 19, 2013 12:14:29 PM > > >>> Subject: Re: Remove tag on gerrit (ovirt-iso-uploader project) > > >>> > > >>> On 04/18/2013 05:07 PM, Kiril Nesenko wrote: > > >>>> Hi all, > > >>>> For those of you who have admin permissions on gerrit, is there any > > >>>> chance > > >>>> to delete > > >>>> ovirt-iso-uploader-3.2.1-2 tag from ovirt-iso-uploader project ? > > >>>> > > >>>> Seems like I don't have permissions to delete it. > > >>>> > > >>>> Thank, > > >>>> > > >>>> - Kiril > > >>>> _______________________________________________ > > >>>> Infra mailing list > > >>>> [email protected] > > >>>> http://lists.ovirt.org/mailman/listinfo/infra > > >>>> > > >>> > > >>> can you please re-check - you have the create reference right. > > >>> _______________________________________________ > > >>> Infra mailing list > > >>> [email protected] > > >>> http://lists.ovirt.org/mailman/listinfo/infra > > >>> > > >> _______________________________________________ > > >> Infra mailing list > > >> [email protected] > > >> http://lists.ovirt.org/mailman/listinfo/infra > > >> > > > > _______________________________________________ > > Infra mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/infra > > > _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
