Access to workdir on the build server?
Ryan Schmidt
ryandesign at macports.org
Thu Feb 11 02:12:44 UTC 2021
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.
More information about the macports-users
mailing list