##// END OF EJS Templates
contrib: make editmergeps able to work with Windows GUI editors...
contrib: make editmergeps able to work with Windows GUI editors Using Start-Process -Wait makes it wait until the process finishes, which is necesssary for Windows GUI applications. My short testing also demonstrated that it does not hurt with command line vim.

File last commit:

r24973:4c4d0012 default
r32344:864fc285 default
Show More
debian-jessie
11 lines | 191 B | text/plain | TextLexer
Augie Fackler
dockerdeb: rules to build a debian package using docker...
r24973 FROM debian:jessie
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip