upstream is now git
[sysadmin-cookbook] / recepies / zfs / Makefile
index 0bb53c9..cc867ba 100644 (file)
@@ -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/