DragonFly 3.0.2 released

Justin Sherrill justin at shiningsilence.com
Sun Apr 1 10:41:51 PDT 2012


On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight <slymidnight at 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'.





More information about the Users mailing list