mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Also strip duplicate \n from the below.
This commit is contained in:
parent
ba0260690e
commit
9a8d7117e3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ livecd-rootfs (2.545) disco; urgency=medium
|
||||
[ Dimitri John Ledkov ]
|
||||
* Do not mount result, on top of lowerdir, appears to fail in
|
||||
disco. Should unblock building server-live images in disco.
|
||||
* Also strip duplicate \n from the below.
|
||||
|
||||
[ Cody Shepherd ]
|
||||
* Fix snap-seed-parse to take filename argument instead of printing to
|
||||
|
@ -16,7 +16,7 @@ import yaml
|
||||
|
||||
|
||||
def log(msg):
|
||||
print("snap-seed-parse: {}\n".format(msg))
|
||||
print("snap-seed-parse: {}".format(msg))
|
||||
|
||||
|
||||
log("Parsing seed.yaml")
|
||||
|
Loading…
x
Reference in New Issue
Block a user