summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-27 19:39:06 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-27 19:44:51 +0200
commitc10b7f60a6b11fa8cfaac8ae82db886ef20731a5 (patch)
treea9017c93f3a114829e9c8ff24ce2436dd45bb0bd /NEWS
parent59cb84c15b7410c1ab8999ed2a36841490102332 (diff)
downloadick2-c10b7f60a6b11fa8cfaac8ae82db886ef20731a5.tar.gz
Add: set LC_ALL and DEBIAN_FRONTEND when running commands
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6f3d77..1d7459e 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,10 @@ Version 0.23+git, not yet released
* When an action is run in a chroot, the `/proc` and `/sys`
filesystems get bind mounted temporarily into the chroot.
+* Shell and python actions (in chroot, container, or host) now get the
+ environment variable `LC_ALL` set to `C`, and `DEBIAN_FRONTEND` set
+ to `noninteractive`.
+
Version 0.23, released 2018-01-22
----------------------------------