commit 970162d0a0e6f66049427fd3754e1cac7e2e56ad
Author: Elan Ruusamäe <[email protected]>
Date: Thu Mar 11 00:59:17 2021 +0200
Run poldek with terminal for poldek colors
Poldek does not support enforcing that by itself:
- https://github.com/poldek-pm/poldek/issues/21
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 755b359..d07ec13 100755
--- a/bin/cleanbuild-docker.sh
+++ b/bin/cleanbuild-docker.sh
@@ -106,7 +106,7 @@ package_build() {
while true; do
notice "Install dependencies"
- docker exec $name builder -g -R "$@"
+ docker exec -t $name builder -g -R "$@"
notice "Remove .la dependencies"
docker exec --user=root -w / $name
$home/cleanbuild/bin/cleanup-la
notice "Reset findunusedbr state after deps install"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/970162d0a0e6f66049427fd3754e1cac7e2e56ad
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit