@ -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")