>> From: "Bob Cochran" <[email protected]> >> To: [email protected] >> Sent: Wednesday, December 12, 2012 4:47:02 PM >> Subject: Re: [cobbler] 2.4.0 beta3 RPMs available >> >> I like to think I am a git enthusiast, but that does not make me >> agood >> git user yet. When I saw this email I went into my git repository for >> cobbler and did this: >> >> [bobbyc@cobbler1 ~]$ cd cobbler >> [bobbyc@cobbler1 cobbler]$ git pull >> remote: Counting objects: 27, done. >> remote: Compressing objects: 100% (8/8), done. >> remote: Total 18 (delta 10), reused 16 (delta 8) >> Unpacking objects: 100% (18/18), done. >> From git://github.com/cobbler/cobbler >> 6185551..e060893 release24 -> origin/release24 >> * [new tag] cobbler-2.4.0-beta3 -> cobbler-2.4.0-beta3 >> Already up-to-date. >> >> >> My question is how do I make use of the release24 branch? Do I switch >> to >> that branchby doing something like >> >> git branch release24 >> >> and then >> >> make >> su -c 'make webtest' (since I have an existing cobbler version >> already >> running)? >> >> Thanks >> >> Bob
You can refer to this doc to install from source: http://cobbler.github.com/manuals/2.4.0/3/3_-_Installing_From_Source.html _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
