Mercurial > hg
annotate contrib/docker/centos5 @ 23053:5ba11ab48fcf stable
ui: separate option to show prompt echo, enabled only in tests (issue4417)
The problem in commandserver was addressed by 524b786bd54f, but it is tricky
to reuse ui.nontty option to disable echo back. Instead, this patch introduces
new option to enable echoing of prompt response.
Prompt echoing is changed to be off by default, which should avoid possible
breakage of output parsing in user scripts.
For now, this option is undocumented because it exists for internal use.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 21 Oct 2014 23:16:46 +0900 |
parents | eea2e0f76a24 |
children | aa7a3f6e3729 |
rev | line source |
---|---|
23034
eea2e0f76a24
docker: use official centos5 image
Mads Kiilerich <madski@unity3d.com>
parents:
22444
diff
changeset
|
1 FROM centos:centos5 |
22443 | 2 RUN yum install -y gcc make rpm-build gettext tar |
3 RUN yum install -y python-devel python-docutils | |
22444
49ea49823769
dockerrpm: create a yum/dnf repo from the generated rpms
Mads Kiilerich <madski@unity3d.com>
parents:
22443
diff
changeset
|
4 # For creating repo meta data |
49ea49823769
dockerrpm: create a yum/dnf repo from the generated rpms
Mads Kiilerich <madski@unity3d.com>
parents:
22443
diff
changeset
|
5 RUN yum install -y createrepo |
22443 | 6 RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel |