Backport Pandas 0.19 from 17.04, to Ocata Cloud Archive Staging.

2017-02-17 Thread Martinx - ジェームズ
Hey guys, Gnocchi on Ubuntu 16.04, via Ocata Cloud Archive, needs newer Python Pandas! Otherwise, the following error appear on gnocchi-metricd.log: https://paste.ubuntu.com/24014963/ "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" After manually backport

I have a feature request for os-prober.

2017-02-17 Thread Vladimir Skubriev
Just a one simple feature: I need to expose conditions as shown below: File `mounted/20microsoft`: ``` # This script looks for legacy BIOS bootloaders only. Skip if running UEFI if [ -d /sys/firmware/efi ] && [ -z "$WINOSDATA" ]; then debug "Skipping legacy bootloaders on UEFI system"