commit ddb46f656b135aa9f3b46a4f1a52afa31aa0af11
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Aug 24 14:35:04 2021 +0300

    Fix permission of builder homedir

 bin/cleanbuild-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/cleanbuild-docker.sh b/bin/cleanbuild-docker.sh
index ed98bf8..1f2b075 100755
--- a/bin/cleanbuild-docker.sh
+++ b/bin/cleanbuild-docker.sh
@@ -72,7 +72,7 @@ create_container() {
        docker exec --user=root -w / $name usermod -d $home builder
 
        notice "Setup permissions"
-       docker exec --user=root -w / $name sh -c "cd $home && chown 
builder:builder rpm rpm/logs rpm/BUILD rpm/RPMS .ccache"
+       docker exec --user=root -w / $name sh -c "cd $home && chown 
builder:builder . rpm rpm/logs rpm/BUILD rpm/RPMS .ccache"
 
        if [ ! -d $topdir/rpm-build-tools ]; then
                notice "Initialize rpm-build-tools"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/4fbca347eecbdf4811eb5f3b4b851a87388a2cd8

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

Reply via email to