Rename this repo to lbry-desktop #1400

Closed
opened 2018-04-26 22:07:22 +02:00 by kauffj · 7 comments
kauffj commented 2018-04-26 22:07:22 +02:00 (Migrated from github.com)

Let's use this thread to build a list of actions required assuming that we'll do this.

  • Create lbry-app repo so old links still work (if GitHub doesn't redirect after a rename)
  • Fix links in lbry.io
  • Fix links in lbry.tech
  • Fix links/references in source
Let's use this thread to build a list of actions required assuming that we'll do this. - Create `lbry-app` repo so old links still work (if GitHub doesn't redirect after a rename) - Fix links in lbry.io - Fix links in lbry.tech - Fix links/references in source
kauffj commented 2018-04-30 22:19:29 +02:00 (Migrated from github.com)
  • Search all repos for "lbry-app" string
  • Search KB for lbry-app
- Search all repos for "lbry-app" string - Search KB for lbry-app
tzarebczan commented 2018-05-08 15:16:53 +02:00 (Migrated from github.com)

Devs should run git remote set-url origin git@github.com:lbryio/lbry-desktop.git (or https URL: git remote set-url origin https://github.com/lbryio/lbry-desktop.git) . Use git remote show origin to determine ssh vs https.

https://help.github.com/articles/renaming-a-repository/

Devs should run `git remote set-url origin git@github.com:lbryio/lbry-desktop.git ` (or https URL: `git remote set-url origin https://github.com/lbryio/lbry-desktop.git`) . Use git remote show origin to determine ssh vs https. https://help.github.com/articles/renaming-a-repository/
kauffj commented 2018-05-21 16:47:12 +02:00 (Migrated from github.com)

@tzarebczan poke

@tzarebczan poke
tzarebczan commented 2018-05-23 00:02:37 +02:00 (Migrated from github.com)

Just renamed it! The old URL should autoredirect. Github recommends it's safer to point local repos at the updated URL, see https://github.com/lbryio/lbry-desktop/issues/1400#issuecomment-387398545.

Will follow up on fixing links in other repos and in this source.

Just renamed it! The old URL should autoredirect. Github recommends it's safer to point local repos at the updated URL, see https://github.com/lbryio/lbry-desktop/issues/1400#issuecomment-387398545. Will follow up on fixing links in other repos and in this source.
tzarebczan commented 2018-05-23 04:35:31 +02:00 (Migrated from github.com)

Reverting back for now: api redirects aren't handled well by github, so this result fails and the app crashes when going to the Help page on Windows/Mac, and crashes on startup for Linux: https://github.com/lbryio/lbry-desktop/blob/master/src/main/index.js#L172

Reverting back for now: api redirects aren't handled well by github, so this result fails and the app crashes when going to the Help page on Windows/Mac, and crashes on startup for Linux: https://github.com/lbryio/lbry-desktop/blob/master/src/main/index.js#L172
tzarebczan commented 2018-06-11 21:28:25 +02:00 (Migrated from github.com)

Will track LBRY app upgrade % (through new daemon release since we don't have version information) until it hits a critical point when it's safe to make this change. 0.21.5 has the fix for this.

Will track LBRY app upgrade % (through new daemon release since we don't have version information) until it hits a critical point when it's safe to make this change. 0.21.5 has the fix for this.
tzarebczan commented 2018-07-17 20:02:29 +02:00 (Migrated from github.com)

Done! A couple remnants that don't need to be changed: https://github.com/search?q=org%3Albryio+lbry-app&type=Code

Done! A couple remnants that don't need to be changed: https://github.com/search?q=org%3Albryio+lbry-app&type=Code
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-desktop#1400
No description provided.