]> git.pld-linux.org Git - projects/cleanbuild.git/commitdiff
use $home variable, not hardcode path
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Sep 2018 11:32:30 +0000 (14:32 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Sep 2018 11:32:30 +0000 (14:32 +0300)
cleanbuild-docker.sh

index 2193e2d0f7fd659ecd0b702003228200e8012d6c..f3d645cb873a8fdbc02f16c19811a771f9c43613 100755 (executable)
@@ -23,7 +23,7 @@ docker run --name=$name -d \
        -v $topdir:$home/rpm \
        -v $dir:$home/cleanbuild \
        -v $dir/cache/poldek:/var/cache/poldek \
-       -v $dir/cache/ccache/$package:/home/services/builder/.ccache \
+       -v $dir/cache/ccache/$package:$home/.ccache \
        --tmpfs $home/rpm/BUILD:rw,exec,nosuid,size=$buildsize \
        $image
 
This page took 0.084908 seconds and 4 git commands to generate.