##// END OF EJS Templates
debugbundle: add --part-type flag to emit only named part types...
debugbundle: add --part-type flag to emit only named part types This removes the need in the tests for grep -A, which is not supported on Solaris.

File last commit:

r24973:4c4d0012 default
r32694:3ef319e9 default
Show More
debian-jessie
11 lines | 191 B | text/plain | TextLexer
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