fixing previous comment
fyi, you can push to git+ssh://<email address hidden>/~utlemming/cloud-init
then its referencable via shorter url of https://code.launchpad.net/~utlemming/cloud-init/ compared to https://code.launchpad.net/~utlemming/cloud-init/+git/cloud-init
The first is the "default" repository for cloud-init for you. You can have multiples under the +git/.
see Repository Urls at https://help.launchpad.net/Code/Git for more information.
using the shorter form allows me to do something like:
for user in lpuser1 lpuser2 utlemming; do git remote add $user git://git.launchpad.net/~$user/cloud-init git fetch $user done
« Back to merge proposal
fixing previous comment
fyi, you can push to /~utlemming/ cloud-init
git+ssh://<email address hidden>
then its referencable via shorter url of /code.launchpad .net/~utlemming /cloud- init/ /code.launchpad .net/~utlemming /cloud- init/+git/ cloud-init
https:/
compared to
https:/
The first is the "default" repository for cloud-init for you. You can have multiples under the +git/.
see Repository Urls at /help.launchpad .net/Code/ Git
https:/
for more information.
using the shorter form allows me to do something like:
for user in lpuser1 lpuser2 utlemming; do launchpad. net/~$user/ cloud-init
git remote add $user git://git.
git fetch $user
done