Mercurial
Mercurial
>
hg
>
eximtest
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
lib/20-build-exim.docker
changeset 32
a35e009c98ac
parent 23
0d1bd8c1cf85
equal
deleted
inserted
replaced
31:d10c4472e2e9
32:a35e009c98ac
1
# Build Exim
1
# Build Exim
2
USER eximtest
2
USER eximtest
3
WORKDIR /home/eximtest/exim/src
3
WORKDIR /home/eximtest/exim/src
4
RUN make -j -l 2
4
RUN make -j -l 2
5