The documentation says to look at an example README in the git module. http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation I installed git and tried to snag the repo but I get: $ git checkout git://oppermannen.com/modules/git.git fatal: Not a git repository Anyone have a good example of a module README? I remember some talk of a README template. Is there a template? Thanks, Kent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 08/09/2008, Kenton Brede <kbrede@gmail.com> wrote:> > The documentation says to look at an example README in the git module. > http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation > > I installed git and tried to snag the repo but I get: > > $ git checkout git://oppermannen.com/modules/git.git > fatal: Not a git repositorygit pull is what you want. checkout allows you to switch between branches in an already checkedout module. -Thom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
2008/9/8 Thom May <thom@joost.com>:> > On 08/09/2008, Kenton Brede <kbrede@gmail.com> wrote: >> >> The documentation says to look at an example README in the git module. >> http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation >> >> I installed git and tried to snag the repo but I get: >> >> $ git checkout git://oppermannen.com/modules/git.git >> fatal: Not a git repository > > git pull is what you want. checkout allows you to switch between > branches in an already checkedout module.Thanks for the clarification. But I still get the same result: $ git pull git://oppermannen.com/modules/git.git/ fatal: Not a git repository Kent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi> Thanks for the clarification. But I still get the same result: > > $ git pull git://oppermannen.com/modules/git.git/ > fatal: Not a git repositoryhttp://git.or.cz/gitwiki/QuickStart greets pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
git clone name-of-repo is the easiest way to set it up try: git clone git://oppermannen.com/modules/git.git/ git checkout switches between branches and git pull updates the local repo On Mon, Sep 8, 2008 at 10:28 AM, Peter Meier <peter.meier@immerda.ch> wrote:> > Hi > > > Thanks for the clarification. But I still get the same result: > > > > $ git pull git://oppermannen.com/modules/git.git/ > > fatal: Not a git repository > > http://git.or.cz/gitwiki/QuickStart > > > greets pete > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
2008/9/8 Andrew Shafer <andrew@reductivelabs.com>:> git clone name-of-repo is the easiest way to set it up > > try: > git clone git://oppermannen.com/modules/git.git/ > > git checkout switches between branches and git pull updates the local repoI knew I should have mentioned all that I tried in my first message but I wanted to be brief :) "git clone" was actually one of the first things I tried. This is what I get: $ git clone git://oppermannen.com/modules/git.git/ Initialized empty Git repository in /usr/local/src/git/.git/ fatal: no matching remote head fetch-pack from ''git://oppermannen.com/modules/git.git/'' failed. Given the git command reports "empty" or "not a git repository" I made the assumption the repo was hosed. If anyone has the README from the git module and would like to share, I would appreciate it. Thanks, Kent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
It might be hosed, but try removing the trailing /. I only have email for the moment or I would confirm. On Mon, Sep 8, 2008 at 10:59 AM, Kenton Brede <kbrede@gmail.com> wrote:> > 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: > > git clone name-of-repo is the easiest way to set it up > > > > try: > > git clone git://oppermannen.com/modules/git.git/ > > > > git checkout switches between branches and git pull updates the local > repo > > I knew I should have mentioned all that I tried in my first message but I > wanted > to be brief :) "git clone" was actually one of the first things I > tried. This is what I get: > > $ git clone git://oppermannen.com/modules/git.git/ > Initialized empty Git repository in /usr/local/src/git/.git/ > fatal: no matching remote head > fetch-pack from ''git://oppermannen.com/modules/git.git/'' failed. > > Given the git command reports "empty" or "not a git repository" I made > the assumption > the repo was hosed. > > If anyone has the README from the git module and would like to share, > I would appreciate it. > Thanks, > Kent > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I tried it both ways, results are the same. Thanks, Kent 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>:> It might be hosed, but try removing the trailing /. I only have email for > the moment or I would confirm. > > On Mon, Sep 8, 2008 at 10:59 AM, Kenton Brede <kbrede@gmail.com> wrote: >> >> 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: >> > git clone name-of-repo is the easiest way to set it up >> > >> > try: >> > git clone git://oppermannen.com/modules/git.git/ >> > >> > git checkout switches between branches and git pull updates the local >> > repo >> >> I knew I should have mentioned all that I tried in my first message but I >> wanted >> to be brief :) "git clone" was actually one of the first things I >> tried. This is what I get: >> >> $ git clone git://oppermannen.com/modules/git.git/ >> Initialized empty Git repository in /usr/local/src/git/.git/ >> fatal: no matching remote head >> fetch-pack from ''git://oppermannen.com/modules/git.git/'' failed. >> >> Given the git command reports "empty" or "not a git repository" I made >> the assumption >> the repo was hosed. >> >> If anyone has the README from the git module and would like to share, >> I would appreciate it. >> Thanks, >> Kent >> >> > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You are most likely using a version of Git that is too far out of sync with the repository. 1.5.x is usually required now. -Blake On Sep 8, 2008, at 10:03 AM, Kenton Brede wrote:> > I tried it both ways, results are the same. > Thanks, > Kent > > 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: >> It might be hosed, but try removing the trailing /. I only have >> email for >> the moment or I would confirm. >> >> On Mon, Sep 8, 2008 at 10:59 AM, Kenton Brede <kbrede@gmail.com> >> wrote: >>> >>> 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: >>>> git clone name-of-repo is the easiest way to set it up >>>> >>>> try: >>>> git clone git://oppermannen.com/modules/git.git/ >>>> >>>> git checkout switches between branches and git pull updates the >>>> local >>>> repo >>> >>> I knew I should have mentioned all that I tried in my first >>> message but I >>> wanted >>> to be brief :) "git clone" was actually one of the first things I >>> tried. This is what I get: >>> >>> $ git clone git://oppermannen.com/modules/git.git/ >>> Initialized empty Git repository in /usr/local/src/git/.git/ >>> fatal: no matching remote head >>> fetch-pack from ''git://oppermannen.com/modules/git.git/'' failed. >>> >>> Given the git command reports "empty" or "not a git repository" I >>> made >>> the assumption >>> the repo was hosed. >>> >>> If anyone has the README from the git module and would like to >>> share, >>> I would appreciate it. >>> Thanks, >>> Kent >>> >>> >> >> >>> >> > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
That repo (git://oppermannen.com/modules/git.git/) <http://oppermannen.com/modules/git.git/>doesn''t work for me either, Git 1.5.6.GIT Regards, AJ 2008/9/9 Blake Barnett <shadoi@gmail.com>> > You are most likely using a version of Git that is too far out of sync > with the repository. 1.5.x is usually required now. > > -Blake > > On Sep 8, 2008, at 10:03 AM, Kenton Brede wrote: > > > > > I tried it both ways, results are the same. > > Thanks, > > Kent > > > > 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: > >> It might be hosed, but try removing the trailing /. I only have > >> email for > >> the moment or I would confirm. > >> > >> On Mon, Sep 8, 2008 at 10:59 AM, Kenton Brede <kbrede@gmail.com> > >> wrote: > >>> > >>> 2008/9/8 Andrew Shafer <andrew@reductivelabs.com>: > >>>> git clone name-of-repo is the easiest way to set it up > >>>> > >>>> try: > >>>> git clone git://oppermannen.com/modules/git.git/ > >>>> > >>>> git checkout switches between branches and git pull updates the > >>>> local > >>>> repo > >>> > >>> I knew I should have mentioned all that I tried in my first > >>> message but I > >>> wanted > >>> to be brief :) "git clone" was actually one of the first things I > >>> tried. This is what I get: > >>> > >>> $ git clone git://oppermannen.com/modules/git.git/ > >>> Initialized empty Git repository in /usr/local/src/git/.git/ > >>> fatal: no matching remote head > >>> fetch-pack from ''git://oppermannen.com/modules/git.git/'' failed. > >>> > >>> Given the git command reports "empty" or "not a git repository" I > >>> made > >>> the assumption > >>> the repo was hosed. > >>> > >>> If anyone has the README from the git module and would like to > >>> share, > >>> I would appreciate it. > >>> Thanks, > >>> Kent > >>> > >>> > >> > >> > >>> > >> > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Blake Barnett wrote:> You are most likely using a version of Git that is too far out of > sync with the repository. 1.5.x is usually required now.I think that the git repository that is pointed to by the wiki is simply out of service. The git module URL given is¹: git://oppermannen.com/modules/git.git/ I am running git-1.6.0.1 and get the same error as Kenton: $ git clone git://oppermannen.com/modules/git.git/ puppet-git Initialized empty Git repository in /home/tmz/src/puppet-git/.git/ fatal: no matching remote head ¹ Found on http://reductivelabs.com/trac/puppet/wiki/PuppetModules, as referenced in the Documentation section of http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A baby first laughs at the age of four weeks. By that time his eyes focus well enough to see you clearly.