qbittorrent / qBittorrent-website

qBittorrent website
https://www.qbittorrent.org
182 stars 109 forks source link

Rename Repository #7

Closed ngosang closed 7 years ago

ngosang commented 7 years ago

@sledgehammer999 Could you rename the repository from "qbittorrrent-website" to "qBittorrrent-website"?

Chocobo1 commented 7 years ago

Strictly speaking it should be qBittorrent/qBittorrrent-website, LOL

sledgehammer999 commented 7 years ago

I changed the repo name with the correct capitalization. However, I'll keep the old name for the organization (aka "qbittorrent").

funkydude commented 7 years ago

Am I the only one that noticed the three R in torrrent?

sledgehammer999 commented 7 years ago

@funkydude LOL. Fixed.

@Balls0fSteel please check your script. My fix changed the repo name.

Balls0fSteel commented 7 years ago

@sledgehammer999 It seems like capitalization has no effect whatsoever on Git checkout urls. I think Github converts the URL to lowercase or something (if it's even case sensitive.) So everything should be A-OK.

Sorry for the delay!

sledgehammer999 commented 7 years ago

@Balls0fSteel capitalization was the first rename. Yesterday, I removed an extra t char from the name. (it was qBitttorrent)

Balls0fSteel commented 7 years ago

Thanks to my slow reaction time I totally missed that change. 👍 The script only fires off if the checkout is complete. (ret val is 0)

Otherwise nothing will happen.

sledgehammer999 commented 7 years ago

Then you might want to update your local git repo to track the new URL for updates. So run git remote -v. See the "fetch" url for the origin remote. If it is wrong then do git remote set-url origin <new-url>