hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

Error about Git origin must be set to hhvm/packaging when I am indeed on hhvm/packaging #261

Closed Atry closed 2 years ago

Atry commented 2 years ago
$ bin/promote-nightly-to-release 2021.11.17 4.136
----------------
--- Versions ---
----------------
Nightly build:
  2021.11.17
Previous version:
  4.135
Tagging version:
  4.136
----------------
Fetching any updates to packaging repo...
[FORCEABLE ERROR] Git origin must be set to hhvm/packaging (not a fork).
$ git remote --verbose
origin  https://github.com/hhvm/packaging.git (fetch)
origin  https://github.com/hhvm/packaging.git (push)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean