packaging
packaging copied to clipboard
The sources for how we have built the HHVM packages.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Docker Hub v1 API has been removed. See https://www.docker.com/blog/docker-hub-v1-api-deprecation/ Test Plan: ``` $ python3 test.py Test.test_should_run . ---------------------------------------------------------------------- Ran 1 test in 10.634s OK ```
Reverts hhvm/packaging#260 Since we can allocate more memory and less CPU for better CPU utilization in #272
We use `aws s3 sync` to upload deb packages from EBS to S3 https://github.com/hhvm/packaging/blob/6d301967b15491b4c504947ec9bf0215ffb1a803/bin/update-debianish-repo#L49-L50 According to [the document](https://aws.amazon.com/premiumsupport/knowledge-center/s3-improve-transfer-sync-command/), `aws s3 sync` will compare the content of all the 2TB files...
Currently we have `hhvm` and `hhvm-nightly` named differently. However, they are not actually independent. We cannot install both: If you installed `hhvm` from the APT repository, then the attempt to...
Related to #289 There are two likely places for this - S3 bucket retention policies; this should be sufficient - shell scripts to clean up the dl.hhvm.com XFS mount; I...