commit 5181fc65d4f69f8ace71f2407872d268e7e62f2e
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Sep 26 14:32:30 2018 +0300

    use $home variable, not hardcode path

 cleanbuild-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cleanbuild-docker.sh b/cleanbuild-docker.sh
index 2193e2d..f3d645c 100755
--- a/cleanbuild-docker.sh
+++ b/cleanbuild-docker.sh
@@ -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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/5181fc65d4f69f8ace71f2407872d268e7e62f2e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to