##// END OF EJS Templates
obsstore: separate marker parsing from obsstore reading...
obsstore: separate marker parsing from obsstore reading This allows us to get raw obsstore content without parsing any markers. Reading obsstore is much cheaper than parsing markers.

File last commit:

r24973:4c4d0012 default
r32690:3fad59fa 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