can't CVS pykickstart

Michael DeHaan mdehaan at redhat.com
Tue Apr 8 19:04:58 UTC 2008


Terry McIntyre wrote:
> On Tue, Apr 8, 2008 at 11:58 AM, Elliot Peele <elliot at rpath.com> wrote:
>   
>> On Tue, Apr 08, 2008 at 11:37:32AM -0700, Terry McIntyre wrote:
>>  > Per instructions at http://fedoraproject.org/wiki/pykickstart, I did
>>  > the following:
>>  >
>>  > export CVSROOT=:pserver:anonymous at rhlinux.redhat.com:/usr/local/CVS
>>  >
>>  > cvs co pykickstart
>>  >
>>  > cvs server: cannot find module `pykickstart' - ignored
>>  > cvs [checkout aborted]: cannot expand modules
>>  >
>>  >  echo $CVSROOT
>>  > :pserver:anonymous at rhlinux.redhat.com:/usr/local/CVS
>>  >
>>  > Am I missing something?
>>
>>  pykickstart moved to git, the wiki page is just out of date.
>>
>>  git://git.fedorahosted.org/pykickstart.git
>>
>>     
> Thanks, Elliot
>
> I can spell "git", but am not yet familiar with it.
>
> What's the quick-and-dirty way to use git to grab pykickstart?
>
> Thanks!
>
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
>   

yum install git-core  (or possibly just "git" if you want everything)

cd ~/

git clone git://git.fedorahosted.org/pykickstart.git

cd ~/pykickstart






More information about the Kickstart-list mailing list