commit 499402e2ffaebc9ad2ba9c5040e7e2673087d855
Author: Elan Ruusamäe <g...@pld-linux.org>
Date:   Sun Jun 18 20:49:31 2017 +0300

    docker: cleanup-la needs to be ran as root

 cleanbuild-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cleanbuild-docker.sh b/cleanbuild-docker.sh
index 35547a1..baba9f0 100755
--- a/cleanbuild-docker.sh
+++ b/cleanbuild-docker.sh
@@ -40,7 +40,7 @@ git_tag=$(GIT_DIR=$topdir/packages/$package/.git git describe 
--tags --always)
 buildlog=rpm/logs/${git_tag#auto/*/}.log
 
 # remove .la dependencies
-docker exec $name cleanbuild/cleanup-la
+docker exec --user=root $name cleanbuild/cleanup-la
 
 while true; do
        docker exec $name cleanbuild/teeboth $buildlog builder -nn -bb -R 
$package --define 'clean exit 0' && rc=$? || rc=$?
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/499402e2ffaebc9ad2ba9c5040e7e2673087d855

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to