[U-Boot] Please Pull u-boot-ti/master (see note, custodians please read )
Albert ARIBAUD
albert.u.boot at aribaud.net
Wed Jul 20 10:49:41 CEST 2011
(to : ARM custodians, for action)
(cc: Wolfgang and Scott, for info)
Hi Sandeep,
Le 19/07/2011 17:22, Paulraj, Sandeep a écrit :
>
>
>>
>> Note that u-boot-ti still has a tag, "2009.01-rc2", which should be
>> removed from the repository, see
>> <http://www.mail-archive.com/u-boot@lists.denx.de/msg51721.html>.
>>
>> (there is also a "NIOS2-5_0_0" tag which I am not sure of;maybe it
>> should be removed too)
>>
> Albert,
>
> I regularly rebase with mainline u-boot and these tags are present in mainline u-boot I believe. This is how I have the tags in my repository.
Actually no, they are not in mainline any more, that's the point of the
mail I referred you to.
I have just cloned a fresh u-boot, and neither "2009.01-rc2" nor
"NIOS2-5_0_0" are in there. The latter was still in u-boot-arm, and
there being no reason for it there, I just removed it by 'git push -f
ssh://gu-arm@git.denx.de/u-boot-arm :NIOS2-5_0_0'
Note that both spurious tags are also present in u-boot-atmel,
u-boot-imx, u-boot-marvell, u-boot-pxa, and u-boot-samsung (and possibly
others? I only checked the ones I have as remotes) -- custodians added
in To: list. Both should be removed, as the NIOS tag should appear only
in Scott's u-boot-nios repository (Scott CC:ed for info).
Note: rebasing your repo will not 'pull tag removals', i.e. if a tag is
removed from a remote it will not automatically be removed from your
local repo, and besides, if you remove it locally it will not be removed
from your official repo on the denx server unless you explicitly tell
'git push' to do it, like I did. To make sure you are completely rid of
a tag, you have to do both a 'git tag -d TAGTOREMOVE' for local removal,
and a 'git push ... :TAGTOREMOVE' (or use 'git push --mirror' or 'git
push --delete', with care)
> Regards,
> Sandeep
Amicalement,
--
Albert.
More information about the U-Boot
mailing list