~duplicity-team/duplicity/0.8-series

« back to all changes in this revision

Viewing changes to testing/infrastructure/duplicity_test/Dockerfile

  • Committer: kenneth at loafman
  • Date: 2019-07-19 16:07:07 UTC
  • Revision ID: kenneth@loafman.com-20190719160707-8jq5l9b2txx3ptc6
* Fix so Docker image duplicity_test will update and pull
  new bzr revisions if changed since last build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
USER test
85
85
 
86
86
# Branch the duplicity repo for testing
87
 
RUN bzr branch lp:duplicity duplicity
 
87
ARG REVNO=-1
 
88
RUN bzr branch -r $REVNO lp:duplicity duplicity
88
89
 
89
90
# Set final workdir to duplicity
90
91
WORKDIR /home/test/duplicity