Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4367

Summary: an ebuild for glastree, a poor mans snapshot utility written in perl.
Product: Gentoo Linux Reporter: Terje Kvernes <terjekv>
Component: New packagesAssignee: Bruce A. Locke (RETIRED) <blocke>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
URL: http://www.igmus.org/code/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Changelog for glastree-0.57
glastree ebuild.

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.