From: Dobrica Pavlinusic Date: Fri, 11 Feb 2011 17:25:08 +0000 (+0000) Subject: upstream is now git X-Git-Url: http://git.rot13.org/?p=sysadmin-cookbook;a=commitdiff_plain;h=43000e770da496ebe24cc1cf6dd2cee2d7352206;hp=098498f91e7a85f6b9f1a4495c0359af1cf7c87c upstream is now git git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@241 191e9f34-6774-4a6d-acfc-7664dacd4a2a --- diff --git a/recepies/zfs/Makefile b/recepies/zfs/Makefile index 0bb53c9..cc867ba 100644 --- a/recepies/zfs/Makefile +++ b/recepies/zfs/Makefile @@ -1,13 +1,14 @@ # use newer zfs-fuse branch #upstream=http://www.wizy.org/mercurial/zfs-fuse/trunk -upstream=http://git.rudd-o.com/zfs/ +#upstream=http://git.rudd-o.com/zfs/ +upstream=http://git.zfs-fuse.net/official/ all: echo "make [checkout deb clean]" checkout: - hg clone $(upstream) zfs-fuse + git clone $(upstream) zfs-fuse install: uninstall cd zfs-fuse/src && scons install #install_dir=/usr/sbin/