DragonFly users List (threaded) for 2009-05
DragonFly BSD
DragonFly users List (threaded) for 2009-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly 2.2.1 released!


From: Colin Adams <colinpauladams@xxxxxxxxxxxxxx>
Date: Fri, 1 May 2009 14:14:54 +0100

But git checkout v2.2.1 was what i actually needed-:)

So what I did was the following (in case whoever maintains the wiki
page is interested):

1) cd /usr
2) make git-clone
3) cd src
4) git tag  (to find the label for the next command)
5) git checkout v2.2.1
6) make buildworld
7) make buildkernel
8) make installkernel
9) make installworld
10) make upgrade
11) reboot

And this seems to be working fine.
What I'm not clear about is if I need to do anything with pkgsrc. My
guess is that applications shouldn't care what the X is in kernel
version 2.2.X.

2009/5/1 Colin Adams <colinpauladams@googlemail.com>:
> 2009/5/1 Colin Adams <colinpauladams@googlemail.com>:
>> 2009/5/1 Matthew Dillon <dillon@apollo.backplane.com>:
>>> :in /usr or /usr/src?
>>>
>>>    The Makefile to do the source tree management is in /usr.  It sets up
>>>    the GIT repo and checks out the project into /usr/src.
>>>
>>
>> So after the:
>>
>> make git-clone
>>
>> I should do:
>>
>> cd src
>> git checkout DragonFly_RELEASE_2_2
>>
>> ?
>> If I do that, I get:
>>
>> error: pathspec 'DragonFly_RELEASE_2_2' did not match any file(s) known to git.
>>
> git checkout v2.2.0 worked better.
>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]