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

Re: DragonFly 3.0.2 released


From: Justin Sherrill <justin@xxxxxxxxxxxxxxxxxx>
Date: Sun, 1 Apr 2012 13:41:51 -0400

On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight <slymidnight@yahoo.com> wrote:

> git branch DragonFly_RELEASE_3_0 v3.0.2
> git checkout v3.0.2

You almost had it:

git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0
git checkout DragonFly_RELEASE_3_0

These lines say "Attach a local branch to the origin's release branch,
and make that the version in the files on disk.

If you still need to clean up the disk, you can do a 'hammer prune
/usr' or even a 'hammer prune-everything'.  That should clean up most
of it; 'hammer viconfig /usr' I think should show you how much history
is being retained.

If your disk is under 50G, you're going to want to lower the amount of
data retention, and/or increase the amount of disk cleanup in the
overnight process.  Enable deduplication if it's not already on, too;
that will give you back disk space 'for free'.



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