Code review comment for ~utlemming/cloud-init/+git/cloud-init:digitalocean_networking

Scott Moser (smoser) wrote :

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