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


On 12/12/12 11:18 AM, James Cammarata wrote:
On Wed, Dec 12, 2012 at 10:00 AM, Velez, Eddie <[email protected]> wrote:
Can you send link to RPM download area?
Typically, you use it via the "yum --enable-repo=updates-testing
install cobbler", or the correct repo name if you're using EPEL
instead of Fedora.

Alternatively, you can grab the RPM directly from koji, just find the
right package here
https://admin.fedoraproject.org/updates/search/cobbler and click on
the "Builds:" link. For instance, the F18 build is here:
http://koji.fedoraproject.org/koji/buildinfo?buildID=372419
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler


_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to