# unionfs-fuse/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=v3.5 \ https://github.com/rpodgorny/unionfs-fuse.git #--------------------------------------------------------------------- 2. Simple "unionfs-fuse" example: TESTDIR=/ram/moocow set -e mkdir -p $TESTDIR/user touch $TESTDIR/user/f1 touch $TESTDIR/user/f2 mkdir -p $TESTDIR/base touch $TESTDIR/base/f3 touch $TESTDIR/base/f4 mkdir -p $TESTDIR/union unionfs \ $TESTDIR/user=RW:$TESTDIR/base=RO \ $TESTDIR/union/ \ -o cow echo \"f1 f2 f3 f4\" should be printed below: ls $TESTDIR/union/ echo Now deleting all four files in the union rm $TESTDIR/union/f[1234] echo f3 and f4 should still be there in the base: ls $TESTDIR/base/ umount $TESTDIR/union/ #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] build = default defer = glibc64 license = See "license*.txt" in installed tree licfile = LICENSE dontfind = fuse209 310 setpaths = fuse316 tmpsize = 3M #--------------------------------------------------------------------- [depends] fuse209 fuse310 fuse316 python:forward #--------------------------------------------------------------------- [configure] sed -e "s@^PREFIX=/usr/local.*@PREFIX=$PKGDIR_PROD@" \ -i Makefile #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210923 Added package. Started with b0e3805d3 ("git" hash). 220722 Updated to 453f588a0 - same as 3.2 230305 Updated to 1682b698d - same as 3.3 240622 Updated to 021c2c6dd - same as 3.5