flatcar-scripts/build_library
Michael Marineau d0da252d49 toolchain_util: fix parsing emerge --pretend output
Fix parsing the following output:

    [ebuild  N    ] dev-libs/gmp-5.1.3-r1 to /usr/x86_64-cros-linux-gnu/
    [ebuild     UD] sys-libs/timezone-data-2013d [2014i-r1] to /usr/x86_64-cros-linux-gnu/

The previous regex did not account for upgrades and got confused by the
`[2014i-r1]` listing and goobbled up too much of the string. I am not
sure *why* portage is reporting an upgrade when --emptytree is also used
but there it is. Match all not-] characters instead.
2015-01-28 16:37:52 -08:00
..
secure_demo A pile of goo to support a minimal secure boot demo 2014-11-07 13:53:46 -08:00
board_options.sh fix(board_setup): Remove old make.conf symlinks 2014-06-12 16:53:27 -07:00
build_image_util.sh build_library: add extract_docs() 2015-01-16 13:12:21 -08:00
catalyst_default_stage4.sh fix(bootstrap_sdk): Remove toolchain build step, replaced by build_toolchains 2013-11-07 13:28:13 -08:00
catalyst_toolchains.sh fix(toolchain_util): Move toolchain build-dep code from catalyst. 2013-11-29 17:56:58 -08:00
catalyst.sh catalyst: disable ccache and autoresume 2015-01-08 16:17:26 -08:00
check_deps fix(check_deps): Depend exclusively on ld.so.conf for lib list 2013-11-26 16:41:42 -08:00
configure_bootloaders.sh grub: the one bootloader to rule them all 2014-12-05 16:51:11 -08:00
dev_image_util.sh build_image_util: pass the disk image through to configure_bootloaders 2014-08-30 16:39:05 -07:00
disk_layout.json disk_layout: switch to ext4 as the default root filesystem. 2015-01-08 12:54:54 -08:00
disk_util disk_util: Add support for computing verity hashes 2014-11-15 18:58:10 -08:00
gen_tmpfiles.py churn(build_library): Change lots of stateful references to state. 2013-08-20 22:36:53 -04:00
generate_au_zip.py rename references to updatectl, it is now updateservicectl 2014-08-20 16:27:44 -07:00
grub_install.sh grub: the one bootloader to rule them all 2014-12-05 16:51:11 -08:00
grub.cfg grub: search for OEM by partition label instead of filesystem label 2014-12-15 02:22:42 +00:00
menu.lst grub: the one bootloader to rule them all 2014-12-05 16:51:11 -08:00
niftycloud_ovf.sh vm_image_util: changed niftycloud format to ovf 2014-12-18 17:22:51 +09:00
prod_image_util.sh build_library: add extract_docs() 2015-01-16 13:12:21 -08:00
qemu_template.sh vm_image_util: add qemu_uefi image type for easier testing 2014-11-05 15:53:17 -08:00
qemu_xen.sh vm_image_util: add qemu_xen image type for testing 2014-12-05 16:51:11 -08:00
release_util.sh fix(release_util): Generate correct download path for official releases 2014-06-02 12:38:01 -07:00
set_lsb_release build_library: move os-release to new location for systemd 215 2014-07-14 15:55:00 -07:00
template.ovf remove autogenerated comment 2014-12-17 14:52:04 -08:00
test_build_root fix(test_image_content): Improve /usr symlink and conflict tests. 2013-12-09 19:32:54 -08:00
test_image_content.sh maint(build_library): Remove special case code for -usr disk layouts 2014-04-26 14:45:28 -07:00
toolchain_util.sh toolchain_util: fix parsing emerge --pretend output 2015-01-28 16:37:52 -08:00
virtualbox_ovf.sh virtualbox_ovf.sh: use virtio network interfaces 2014-11-07 16:16:03 -07:00
vm_image_util.sh vm_image_util: changed niftycloud format to ovf 2014-12-18 17:22:51 +09:00