History log of /fuchsia/zircon/kernel/lib/version/buildid.sh
Revision Date Author Comments
# bb5242c8 13-Mar-2017 Josh Conner <joshconner@google.com>

[scripts][build] Make scripts magenta-friendly

Allows scripts to run under dash in magenta.

Change-Id: I2913871ae92c8ca259fd00300e2171330782421e


# 6d495589 20-Oct-2016 Christopher Anderson <cja@google.com>

[build] Add buildid to boot

On boot, magenta will now print a proper build id. If no git
information is found, it will show up as 'unknown'. Trees that contain
modifications will have '_DIRTY' as a suffix, and local builds will
additionally have '_LOCAL" at the end.

Change-Id: Iabb03d8cef0ff569e8d475cde2d291cc66a44ea2


# db82b6fe 21-Aug-2016 dana koch <dsk@google.com>

[scripts] Search for bash with the env(1) trick.

This permits Magenta to build properly on systems where bash is not the default
shell and/or is installed in locations other than /bin.

Change-Id: Ic95e215c5d28b1a6e653bec53283540868c628f8


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit