Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4367 - an ebuild for glastree, a poor mans snapshot utility written in perl.
Summary: an ebuild for glastree, a poor mans snapshot utility written in perl.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bruce A. Locke (RETIRED)
URL: http://www.igmus.org/code/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 17:54 UTC by Terje Kvernes
Modified: 2002-08-03 20:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Changelog for glastree-0.57 (ChangeLog,326 bytes, text/plain)
2002-06-30 17:57 UTC, Terje Kvernes
Details
glastree ebuild. (glastree-0.57.ebuild,549 bytes, text/plain)
2002-06-30 17:58 UTC, Terje Kvernes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Terje Kvernes 2002-06-30 17:54:38 UTC
glastree is a rather nice snapshot utility using hardlinks to reduce the space 
requirement.  it is written in perl.  a similar tool is pdumpfs, which is 
written in Ruby.
Comment 1 Terje Kvernes 2002-06-30 17:57:44 UTC
Created attachment 1883 [details]
Changelog for glastree-0.57
Comment 2 Terje Kvernes 2002-06-30 17:58:09 UTC
Created attachment 1884 [details]
glastree ebuild.
Comment 3 Terje Kvernes 2002-06-30 18:10:29 UTC
doh!   the ebuild I uploaded misses the /usr in the INSTROOT, putting the 
package to /bin.  sorry, again.  *sigh*.  I tested that it went in, but failed 
to notice the missing /usr.  the correct src_install looks like: 
 
src_install () { 
        make INSTROOT=${D}/usr install || die 
} 
 
sorry again, please don't hold this against glastree.  ;-) 
 
Comment 4 Bruce A. Locke (RETIRED) gentoo-dev 2002-08-03 20:34:18 UTC
Checked in with modifications.  Thank you for your contribution.