Also strip duplicate \n from the below.

sil2100/raspi-wpasupplicant 2.545
Dimitri John Ledkov 6 years ago
parent ba0260690e
commit 9a8d7117e3

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…
Cancel
Save