I agree it would be nice to drop the zip files. Btw. the problem with the zip file is not the file itself, it works fine, it seems instead that the standard `unzip` tool is broken for some reason. Using `7z x` for extracting just works.
One problem with the tar files is, though, that the current pipeline misses to include symlinks. I quickly looked into it and it seems with the current pipeline that's even hard to achieve. Johannes On Tue, Aug 1, 2023 at 1:04 PM PJ Fanning <fannin...@apache.org> wrote: > > Hi everyone, > > This relates to this issue: > > https://github.com/pjfanning/sbt-source-dist/issues/24 > > The source distributions are an important part of the ASF release process. > > Most Incubator projects just produce tgz files (also commonly named as > .tar.gz files). While producing zip files also may be convenient for > some users, it increases the complexity of our release and this can > lead to issues where the tgz and zip have slightly different contents. > > I have noted such an issue in our recent HTTP release candidate. The > Pekko HTTP repo has a test directory that has non-ASCII chars in its > dir name. This is deliberate. The test that uses the directory is > testing that directories used in File Resources can have non-ASCII > UTF-8 chars. The tgz archive handles the dir name ok but the zip does > not. > > Is it ok to stop producing the zip archives and just produce the tgz archives? > > Regards, > PJ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org > For additional commands, e-mail: dev-h...@pekko.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org For additional commands, e-mail: dev-h...@pekko.apache.org