Access to workdir on the build server?
janosch1 at mailbox.org
janosch1 at mailbox.org
Thu Feb 11 10:31:02 UTC 2021
Am 11.02.2021 um 03:12 schrieb Ryan Schmidt <ryandesign at macports.org>:
>
> On Feb 10, 2021, at 11:14, Rainer Müller wrote:
>
>> Your suspicion is correct, all buildbots run on case-sensitive filesystems.
>> Direct access is not possible and it is wiped directly after the build as disk
>> space is a rare resource for this setup.
>>
>> You can already see it when inspecting the tarball directly:
>>
>> $ tar tf 76e6ecda942f9e328efde7883ad75aed7290b632.tar.gz
>> KeePassKit-76e6ecda942f9e328efde7883ad75aed7290b632/
>> ...
>>
>> I am not sure if there is a canonical way to solve this with the github port
>> group, but I think it could work to set the worksrcdir with the right
>> capitalization:
>>
>> worksrcdir KeePassKit-${version}
>
> Don't do that. Instead, correct the github.setup line. It currently reads:
>
> github.setup MacPass keepasskit 76e6ecda942f9e328efde7883ad75aed7290b632
>
> The third word should be KeePassKit not keepasskit to match the capitalization on the GitHub web site.
>
Thank you both for your input. I fixed the capitalization for MacPass and all its dependencies: https://github.com/macports/macports-ports/pull/9997
I also added the Version 2.4.8-RC for versionless KeePassKit.
More information about the macports-users
mailing list