Re: [hatari-devel] Hatari download page changed unexpectedly |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari download page changed unexpectedly
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 11 Feb 2019 06:34:53 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1549863295; bh=9dftv2m/WDjMpRXA7WDjNhz5DLVZGf5trY3bZFuIrLg=; h=Date:From:To:Subject:From; b=PIzayoq0XG2D7KE6MOYtBKjRuosakGI6Y62QNjIYiIYJTmryNePW/xWshrAGMyOvM uxROTPs1+dpJVOCuTEI8X9LKSnx+IusLOJFvYcJ0X3nGRjzVxwBdZ46yAb2DD+LYys q4KNRbr2bUlNYKnmCqVLx4ENsfqdeeqD5Osr5a0RKUtMyR+IJ46dNAt4Kzv1XQxhFh hTPR3QOnNlClRSs7Uoqd3S23gZY9L0PRXuksky1hrAeBLyahF1Q28XnXznc1ZPFExX rq8ulx1Ov/XxH9DTpnCUMIPGJ+A9Bgrv2s5pFL3yiWT2sgQpRCmEbY0F3dqPvkHrL4 GVJCORe2FsPnQ==
Am Sun, 10 Feb 2019 17:37:15 -0700 (MST)
schrieb David Savinkoff <dsavnkff@xxxxxxxxx>:
> I noticed the Hatari webpage has changed:
> http://hatari.tuxfamily.org/download.html
>
> The link that says "browse the source code repository"...
>
> used to point to this:
> https://hg.tuxfamily.org/mercurialroot/hatari/hatari/
>
> but now points to this:
> https://git.tuxfamily.org/hatari/hatari.git/
>
> -Did you stop using Mercurial?
Yes, we are switching to Git. I was also going to announce it here on
the mailing list in a day or two (once we're sure that everything works
as expected), but now that you've already spotted the new download
page: Please stop using the Mercurial repository and give the new Git
repository a try instead!
Reasons (at least for me) for switching to git:
- Pretty much all other projects I'm involved with use git nowadays.
Hatari is the last project for me which is still using another VCS, so
if it switches to git, I don't have to install Mercurial anymore ;-)
(don't get me wrong, Mercurial is a great tool, too, but I regularly
try to run "git pull" and the like in the Hatari repo, and it really
keeps confusing me for a second each time that it does not work)
- I have to admit that I really prefer the git workflow, with the
relaxed branch handling and the interactive rebasing features.
- You can get nice CI systems for git repositories these these, e.g.
the CI on gitlab, or, as I recently learnt, even FreeBSD- and
macOS-based CI via Cirrus-CI on github. (But the main Hatari
repository will stay on Tuxfamily, of course, this is just for
private CI testing)
Cheers,
Thomas