##// END OF EJS Templates
dispatch: fix exit code of unhandled exception recorded in blackbox log...
dispatch: fix exit code of unhandled exception recorded in blackbox log Spotted by Martin von Zweigbergk. We might want to change the exit code to -1 (i.e. 255) because 1 means non-abort error in hg, but that's another issue.

File last commit:

r38023:1335bbfb default
r38042:48853a92 default
Show More
fedora21
11 lines | 169 B | text/plain | TextLexer
Gregory Szorc
packaging: move most of contrib/docker to contrib/packaging/docker...
r38023 FROM fedora:21
RUN yum install -y \
gcc \
gettext \
make \
python-devel \
python-docutils \
rpm-build
# For creating repo meta data
RUN yum install -y createrepo