Closed chenrui333 closed 2 years ago
apple oss tarball files are gone, so updating them to the github equivalent ones
e.g.
$ curl -I https://opensource.apple.com/tarballs/adv_cmds/adv_cmds-147.tar.gz HTTP/1.1 404 Not Found x-amz-error-code: NoSuchKey x-amz-error-message: The specified key does not exist. x-amz-error-detail-Key: tarballs/adv_cmds/adv_cmds-147.tar.gz x-amz-request-id: 2VV0V8PSYSQYZJ2J x-amz-id-2: yfQ2GTeR6krtbu6tv5At0y0kuUl3ZoqpEVPhORgidG3VrAdG4QxHuqFIT4ocJ/ChHTb9DRKBrgA= Date: Mon, 07 Nov 2022 17:14:00 GMT Server: AmazonS3 $ curl -I https://github.com/apple-oss-distributions/adv_cmds/archive/refs/tags/adv_cmds-147.tar.gz HTTP/2 302
This will be fixed by #1293 which will be reviewed shortly.
Good to know!
All Submissions
Package Additions/Updates
apple oss tarball files are gone, so updating them to the github equivalent ones
e.g.