Re: [hatari-devel] github hatari |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] github hatari
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 9 Sep 2023 07:06:39 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1694243202; bh=PPaYszX94oOF53hwANodNk4oTRWPiMU4nDhq0+yvQuY=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=SDmEffnLLWLbddvwwc/2ZTeUvG21mC+e6Xil2ZLAxmcqLOsFYt4Kk71EhV4o5WcXq bUPiDqlzF7vai8VG/vkOWvlykahVPABFvYrlPPduqhJi4iChG5RdVCc2Uhx9/5CsHN 5LNOHf0Yx+VQDY1lLMhYQQ+Rcklu+V+Q5kawCYbHC4rrkMQ25M4ytE9bSKqj8SIPyp HKKmcJ3nxKeJqxVwXjGakmqEcs79BSFlA/IknV5JfMFudJfatoCJt+3qF/hgM0WYIt GnYnIA6m+vfB293tR0ljdIfZVu4E8EIPLT2SpCuwSQIGkyZpvWK4rDTk+z5oAp20iW d3/KJIwZ8Hfjg==
Am Tue, 29 Aug 2023 18:13:21 +0100
schrieb Chris Jenkins <cdpjenkins@xxxxxxxxx>:
> Hi,
>
> Attached is a patch that causes repo-sync.yml to run only on hatari/hatari
> and not on a fork.
Hi Chris,
thanks for the patch! That "if:" statement is a good idea - I've now
committed a slightly different patch, it checks for MIRROR_PAT being set
instead, so that people who would still like to use the automatic mirroring
could continue to do so.
Not sure whether this will work properly though, so in case it does not
work out as expected, I'll switch to your solution instead.
Thomas