##// END OF EJS Templates
histedit: log the time taken to read in the commands list...
histedit: log the time taken to read in the commands list If we're being fed an external command list from stdin (histedit --commands -), then the time spent reading stdin is outside our control. Log it.

File last commit:

r29031:e63dfbbd stable
r30983:d4825798 default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
Sean Farley
make: turn ubuntu docker into template...
r29031 FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip