~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to dist/makedist

  • Committer: kenneth at loafman
  • Date: 2019-06-11 15:52:04 UTC
  • mfrom: (1372.2.8 0-7-snap-duplicity)
  • Revision ID: kenneth@loafman.com-20190611155204-ck3otzhy9d3x8kxv
* Merged in lp:~aaron-whitehouse/duplicity/07-snap
  - Add snapcraft packaging instructions for 0.7 series

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                  os.path.join(tardir, "bin", "duplicity.1"))
100
100
    VersionedCopy(os.path.join("bin", "rdiffdir.1"),
101
101
                  os.path.join(tardir, "bin", "rdiffdir.1"))
 
102
    VersionedCopy(os.path.join("snap", "snapcraft.yaml"),
 
103
                  os.path.join(tardir, "snap", "snapcraft.yaml"))
102
104
    VersionedCopy("setup.py",
103
105
                  os.path.join(tardir, "setup.py"))
104
106