##// END OF EJS Templates
rebase: fix incorrect configuration example...
rebase: fix incorrect configuration example This configuration example doesn't make rebase require a destination, even though help document wants to show such example.

File last commit:

r29031:e63dfbbd stable
r32084:1c911ade stable
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip