diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-01-20 08:44:45 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-01-20 08:44:45 -0500 |
commit | 3e323d8ee067c418c592ebd5e3a6271d18422296 (patch) | |
tree | 927139947e1916e525b42f27ff8fef939b8d8bdf /ChangeLog | |
parent | 2465470c9133041a3b7f5963c579a0f680390ffb (diff) | |
download | vyos-cloud-init-3e323d8ee067c418c592ebd5e3a6271d18422296.tar.gz vyos-cloud-init-3e323d8ee067c418c592ebd5e3a6271d18422296.zip |
in netinfo output (ci-info:), fill in empty fields with a "."
If you were trying to parse this output with something, an empty field would be
difficult to handle, as you'd have to know the expected lengths of each field.
The '.' means empty, but then all fields are non-whitespace delimited by one or
more whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ - add test case framework [Mike Milner] (LP: #890851) - fix pylint warnings [Juerg Haefliger] (LP: #914739) - add support for adding and deleting CA Certificates [Mike Milner] (LP: #915232) + - in ci-info lines, use '.' to indicate empty field for easier machine reading 0.6.2: - fix bug where update was not done unless update was explicitly set. It would not be run if 'upgrade' or packages were set to be installed |