hhvm / packaging

The sources for how we have built the HHVM packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Atry opened this issue · comments

$ 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