James Turnbull
2010-Sep-14 19:56 UTC
[Puppet Users] GitHub Account move - the Great Migration continues...
Hi all Many of you know we renamed ourselves from Reductive Labs to Puppet Labs. We''ve slowly been removing the remnants of the old company name from various places. As part of this exercise we''re also migrating our GitHub accounts. We''ve set-up a new puppetlabs GitHub account and forked all our old repositories to this account. This means if you clone or fork our Puppet and other repositories you will need to update their addresses. For example the Puppet respository that would have been cloned like: $ git clone git://github.com/reductivelabs/puppet.git Should now be cloned like: $ git clone git://github.com/puppetlabs/puppet.git It is important you do this because the Puppet Labs reductivelabs account will be decommissioned and those repositories removed in the future. This applies to projects including: Puppet Facter Puppet Dashboard Naginator and others. You can see the full list of repositories and their new addresses at: http://github.com/puppetlabs If you have any questions or concerns please don''t hesitate to contact me. Regards James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Todd Zullinger
2010-Sep-16 21:09 UTC
[Puppet Users] Re: [Puppet-dev] GitHub Account move - the Great Migration continues...
James Turnbull wrote:> For example the Puppet respository that would have been cloned like: > > $ git clone git://github.com/reductivelabs/puppet.git > > Should now be cloned like: > > $ git clone git://github.com/puppetlabs/puppet.gitI know this came up in IRC the other day, so for anyone with a current clone that wants to ensure it is pulling from the properl location, there are numerous ways to do so. If you have git >= 1.7.0, you can use: $ git remote set-url origin git://github.com/puppetlabs/puppet.git Otherwise, you can use git config: $ git config remote.origin.url git://github.com/puppetlabs/puppet.git Or, you can just edit .git/config directly and set the url parameter appropriately. (If you go this route, you''ve likely been using git since long before it had convenient commands to manage settings. That, or you''re just hard-core about the *nix way. :) Hope this helps, -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. -- Fred Brooks