Re: [hatari-devel] HDC code update patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] HDC code update patch
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 19 Mar 2022 18:33:39 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1647714822; bh=UQGwS6hpBBsLIE3fXOQYI1TH0F1+U2zvjLbAaR6kmwA=; h=Date:From:To:Subject:From; b=DJLj6zq6LSPZ/wdcR3pzXJL9tqZEEVQEKyNvupc4//S0C4i0YaKhv4jO0YTTTloHX n7Rn9h1UIhjqZwH7qety4H52pD5v32Gd7TRSKa0TrozdDMM0XNwlF/LZFeht7xD8nK zye/ak7pQuaAeV4J4n5H6JSgHq/CuGM/ouYwjVE2mkduYatdXjO4lhb/6U/1D5Y/gi YqErsmti/Wno0FSoNYac8A+urPzMKvh40dDgJ/8ZbqGJ66bJ2w/e0TPvqp6lh7KYu7 9PVrTUkQNPm821UvuJymhW5T8wo96vSRLYU47bdNoV6tI53d6Z55YS4s0P85mON13M atI2Gdr6d66FQ==
Am Mon, 14 Mar 2022 20:21:45 +0100
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> Please see my last posting, which overlaps with yours.
>
> > PS. I would not be opposed to Hatari moving to GitLab (if it still has
> > free accounts) or GitHub. If others feel the same, I guess we could
> > consider migrating, but that's longer process.
>
> I would appreciate that, because github or gitlab are quite common nowadays.
> I started with github, but then I needed a docker image repository, which
> was only offered for free by gitlab. (At least at the time I needed it.)
> As a result I now have some github repos and also some gitlab ones ;-).
github is more common, I guess, but it also has the big disadvantage that
you might suffer a bad vendor lock-in experience here one day. gitlab is
(mostly) free software instead, and there are also other public instances
beside gitlab.com nowadays (e.g. https://gitlab.freedesktop.org/), so I'd
rather prefer gitlab if we ever migrate somewhere else. But I think at
least on gitlab.com, new account owners have to provide a credit card number
nowadays to be able to use the CI (to proof that they are a real person and
not an automatically created crypto coin miner account).
Anyway, tuxfamily.org certainly still has the way cooler domain name :-)
(and other cool features like mailing lists).
> Regarding the migration process, how complicated it ist may depend on the
> system you are migrating from. I migrated several repositories from svn long
> ago, and this was quite straightforward, because there are tools doing this
> for you, and the commit history, branches and tags are all preserved.
Migrating a git repository from one server to another is not a big deal,
it's decentralized anyway. It's even way less pain than migrating a CVS or
SVN repository.
Thomas