This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Missing git tags for released GCC
- From: Markus Trippelsdorf <markus at trippelsdorf dot de>
- To: Martin Liška <mliska at suse dot cz>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>, GCC Development <gcc at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Wed, 3 May 2017 11:21:58 +0200
- Subject: Re: Missing git tags for released GCC
- Authentication-results: sourceware.org; auth=none
- References: <CAMe9rOpuWTkwnCVKNgEE_wcxKbbOc1Hm5jYVob_6D=F01+RRKg@mail.gmail.com> <26108532-9f72-e53f-3a78-ed9f22db7f76@suse.cz>
On 2017.05.03 at 09:30 +0200, Martin Liška wrote:
> Can you someone add 7.1 release to git tags. I guess it's following revision:
> f9105a38249fb57f7778acf3008025f2dcac2b1f
Everyone can add it:
% git tag gcc-7_1_0-release f9105a38249fb57f7778acf3008025f2dcac2b1f
% git push origin gcc-7_1_0-release
I've added the tag.
--
Markus