bd808 added a subscriber: bd808.
bd808 added a comment.
Herald added a subscriber: Aklapper.

I'm not 100% sure what is wrong but it is very likely to be related to how scap 
computes the "disclosable head" of an extension -- 
https://phabricator.wikimedia.org/diffusion/MSCA/browse/master/scap/utils.py;dc8eda51fdc4f412cbfe4e6a886f774119a6f8fd$132

  $ ssh tin
  $ cd /srv/mediawiki-staging/php-1.26wmf14/.git/modules/extensions/Wikidata
  $ git rev-list -1 '@{upstream}'
  error: No upstream branch found for ''
  error: No upstream branch found for ''
  fatal: ambiguous argument '@{upstream}': unknown revision or path not in the 
working tree.
  Use '--' to separate paths from revisions
  $ git remote
  origin
  $ git merge-base HEAD origin
  c30a43d9b115758b28a5cce5a494368ba9b06445

On the beta cluster:

  $ ssh deployment-bastion
  $ cd /srv/mediawiki-staging/php-master/extensions/.git/modules/Wikidata
  $ git rev-list -1 '@{upstream}'
  error: No upstream branch found for ''
  error: No upstream branch found for ''
  fatal: ambiguous argument '@{upstream}': unknown revision or path not in the 
working tree.
  Use '--' to separate paths from revisions
  $ git remote
  origin
  $ git merge-base HEAD origin
  cadd1f18f4068d96e0f936074fce2c306bac711

On the beta cluster, `git merge-base HEAD origin` matches `HEAD` but on tin it 
points to the last WikidataBuilder created build.


TASK DETAIL
  https://phabricator.wikimedia.org/T74759

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: aude, bd808
Cc: bd808, Aklapper, jeremyb, gerritbot, Lydia_Pintscher, Tobi_WMDE_SW, 
JanZerebecki, Wikidata-bugs, aude, Malyacko, P.Copp



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to