lbrycrd no longer has a "master" branch #319

Closed
opened 2020-04-24 15:05:27 +02:00 by BrannonKing · 2 comments
BrannonKing commented 2020-04-24 15:05:27 +02:00 (Migrated from github.com)

It has a v12_master, v17_master, and v19_master. This is not playing nicely with api.js, which seems to expect a "master" branch. It should use the default branch on the repository if possible. It would be okay if it used the latest tag. It looks like it has code to get the latest tag but often falls back to tag[0], which is "master".

Duplicate of https://github.com/lbryio/lbrycrd/issues/388

It has a v12_master, v17_master, and v19_master. This is not playing nicely with api.js, which seems to expect a "master" branch. It should use the default branch on the repository if possible. It would be okay if it used the latest tag. It looks like it has code to get the latest tag but often falls back to tag[0], which is "master". Duplicate of https://github.com/lbryio/lbrycrd/issues/388
tzarebczan commented 2020-05-02 21:55:17 +02:00 (Migrated from github.com)

@kauffj do you think you can look at this one? A few people noticed it recently.

@kauffj do you think you can look at this one? A few people noticed it recently.
BrannonKing commented 2020-05-06 15:04:31 +02:00 (Migrated from github.com)

Fixed with the reintroduction of the master branch.

Fixed with the reintroduction of the master branch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry.tech#319
No description provided.