[virt-tools-list] virt-viewer moved GIT repository

Christophe Fergeau cfergeau at redhat.com
Thu Jan 19 11:00:06 UTC 2017


On Thu, Jan 19, 2017 at 10:53:16AM +0000, Daniel P. Berrange wrote:
> If you have a checkout, you'll need to replace your "origin" remote.
> 
>   git remote rm origin
> 
> then one or these as appropriate:
> 
>   git remote add origin ssh://git@pagure.io/virt-viewer.git  (committers)
>   git remote add origin https://pagure.io/virt-viewer.git    (read-only)

This should work too, and most likely avoid the need for git rm origin/git branch -u:

$ git remote set-url origin https://pagure.io/virt-viewer.git (everyone)
$ git remote set-url origin --push ssh://git@pagure.io/virt-viewer.git (committers)

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20170119/c2d725a6/attachment.sig>


More information about the virt-tools-list mailing list