~barry/ubuntu-system-image/lp1444347

« back to all changes in this revision

Viewing changes to bin/import-images

  • Committer: Stéphane Graber
  • Date: 2015-01-14 15:51:24 UTC
  • Revision ID: stgraber@ubuntu.com-20150114155124-4q8u5byuzkhhu1ky
version_detail is supposed to be a string, not a list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
                    "full", new_version,
274
274
                    ",".join(environment['version_detail']),
275
275
                    new_images['full']['files'],
276
 
                    version_detail=environment['version_detail'])
 
276
                    ",".join(version_detail=environment['version_detail']))
277
277
 
278
278
                # Publish deltas
279
279
                for delta in delta_base: