[Group.of.nepali.translators] [Bug 1543025] Re: Wrong UTC zoneinfo in cloud-images

2017-03-30 Thread Jon Grimm
Updated status, its long been fix released in the upstream. ** Changed in: cloud-init Status: Triaged => Fix Released -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs h

[Group.of.nepali.translators] [Bug 1543025] Re: Wrong UTC zoneinfo in cloud-images

2016-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1176-0ubuntu1 --- cloud-init (0.7.7~bzr1176-0ubuntu1) xenial; urgency=medium * d/README.source, d/new-upstream-snapshot: simplify the README.source with a script. * d/rules: support DEB_BUILD_OPTIONS=nocheck and remove un

[Group.of.nepali.translators] [Bug 1543025] Re: Wrong UTC zoneinfo in cloud-images

2016-02-09 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of नेपाली भाषा समायोजकहरुको समूह, which is subscribed to Xenial. Matching subscriptions: Ubuntu 16.04 Bugs https://bugs.launchpad.net/bugs/1543025 Title: Wrong

[Group.of.nepali.translators] [Bug 1543025] Re: Wrong UTC zoneinfo in cloud-images

2016-02-08 Thread Martin Pitt
I think the bug is here in cloudinit/distros/__init__.py: def set_etc_timezone(tz, tz_file=None, tz_conf="/etc/timezone", tz_local="/etc/localtime"): util.write_file(tz_conf, str(tz).rstrip() + "\n") # This ensures that the correct tz will be used for the system if