Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / decode-properties.py @ 63656985

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
f58bbc57 04/09/2013 01:59 pm Nikos Skalkotos

Correct some pep8 errors in the python helpers

d81acb1e 06/29/2012 12:20 pm Nikos Skalkotos

Make the name of image properties case-insensitive

Defining EXCLUDE_TASK_DeleteSSHKeys is the same as defining
EXCLUDE_TASK_DELETESSHKEYS

7e5d635b 11/18/2011 03:48 pm Nikos Skalkotos

Fix copyright and license notices throughout

38552c68 11/10/2011 06:58 pm Nikos Skalkotos

Fix various bugs in snf-image-helper

  • In decode-properties.py, use subprocess.Popen method instead of
    subprocess.check_output, which is introduced in python 2.7
  • Fix a bug in snf-image-helper where decode-properties.py was not
    properly called
  • Fix a bug in FixPartitionTable task
473f4fa5 11/09/2011 03:50 pm Nikos Skalkotos

Add image-properties support in helper