Merge lp:~kirkland/eucalyptus/522292 into lp:eucalyptus/euca2ools-1.0

Proposed by Dustin Kirkland 
Status: Needs review
Proposed branch: lp:~kirkland/eucalyptus/522292
Merge into: lp:eucalyptus/euca2ools-1.0
Diff against target: 12 lines (+1/-1)
1 file modified
euca2ools/euca2ools/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~kirkland/eucalyptus/522292
Reviewer Review Type Date Requested Status
Neil Soman Pending
Review via email: mp+19983@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

257. By Dustin Kirkland <kirkland@x200>

  * euca2ools/euca2ools/__init__.py: ensure that euca-bundle-image supports
    symlinks, LP: #522292

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'euca2ools/euca2ools/__init__.py'
2--- euca2ools/euca2ools/__init__.py 2010-02-21 03:44:16 +0000
3+++ euca2ools/euca2ools/__init__.py 2010-02-23 16:30:29 +0000
4@@ -552,7 +552,7 @@
5 tar_file = '%s.tar.gz' % os.path.join(path, prefix)
6 outfile = open(tar_file, "wb")
7 file_path = self.get_file_path(file)
8- tar_cmd = ["tar", "c", "-S"]
9+ tar_cmd = ["tar", "ch", "-S"]
10 if file_path:
11 tar_cmd.append("-C")
12 tar_cmd.append(file_path)

Subscribers

People subscribed via source and target branches