##// END OF EJS Templates
tags: show how hg behaves if a tags cache entry is truncated...
tags: show how hg behaves if a tags cache entry is truncated I'm seeing an error of this form in production on the order of once a month. I'm not sure how it happens, but I suspect interrupting a pull might result in half written cache entries. Differential Revision: https://phab.mercurial-scm.org/D8094

File last commit:

r44488:b084ad48 default
r44773:89d44cfc default
Show More
ubuntu.template
17 lines | 316 B | text/plain | TextLexer
FROM ubuntu:%CODENAME%
RUN groupadd -g 1000 build && \
useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
devscripts \
dh-python \
less \
python \
python3-all \
python3-all-dev \
python3-docutils \
unzip \
zip