image build and composition scripts for Flatcar Container Linux
Go to file
Brian Harring aa13ea4658 Shift crosutils scripts to use the common.sh they were written against.
Rather than trying to use an old/stale common.sh, use the common.sh
from the invocation point- if invoked via /usr/lib/crosutils, use that
common.sh.  If invoked via src/scripts/, use that, etc.

Trying to intermix it just introduces potential for bugs and invalidly
freezes common.sh api, thus the efforts to revert this and ultimately
revert the existing of a crosutils ebuild.

BUG=chromium-os:27201
TEST=cbuildbot x86-generic-full

Change-Id: I4c6c5fbade3d28c71752bd4c44dccad49af52ec0
Reviewed-on: https://gerrit.chromium.org/gerrit/18303
Reviewed-by: David James <davidjames@chromium.org>
Commit-Ready: Brian Harring <ferringb@chromium.org>
Tested-by: Brian Harring <ferringb@chromium.org>
2012-03-15 23:35:06 -07:00
bin Remove --build_root from all scripts except mod_image_for_pyauto.sh. 2012-03-15 18:55:26 -07:00
build_library Remove --build_root from all scripts except mod_image_for_pyauto.sh. 2012-03-15 18:55:26 -07:00
chroot_version_hooks.d Add chroot upgrade script to clear out atom board root(s) when moving to 64bit 2012-03-08 12:35:28 -08:00
lib Update KVM to simulate up to 4 CPUs. 2011-11-16 20:02:45 -08:00
mod_for_dbusspy Add script which can instrument a test system for dbusspy at boot time 2012-01-31 11:54:38 -08:00
mod_for_factory_scripts Wipe the autotest package directory before rebasing from client. 2012-03-09 12:41:46 -08:00
mod_for_test_scripts Fix eavesdropping config to avoid masking bad dbus configs 2012-02-24 15:15:55 -08:00
sdk_lib make_conf_util: initialize make.conf with the real number of CPUs 2012-03-12 14:02:56 -07:00
.gitignore ignore cbuildbot_package.list file 2011-12-14 20:57:10 -08:00
archive_hwqual Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
bash_completion Trivial change to test the commit queue by cleaning up Copyright date in bash_history. 2011-09-01 18:48:39 -07:00
build_image Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
build_kernel_image.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
build_packages Clean up options to build scripts. 2012-03-15 15:54:43 -07:00
call_autoserv.py Added HWQual utility script - call_script.py 2011-01-27 16:19:55 -08:00
chromeos-common.sh Switch to GPT-format disk images. 2010-03-30 14:17:34 -07:00
clean_loopback_devices Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
common.sh Remove --build_root from all scripts except mod_image_for_pyauto.sh. 2012-03-15 18:55:26 -07:00
cros_deps_diff add cros_deps_diff tool that creates dependency graph diffs 2010-07-08 14:52:37 -07:00
cros_generate_breakpad_symbols Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
cros_generate_deps_graphs Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
cros_generate_stacks_bvt Support finding minidumps located deeper in the test results tree. 2011-10-06 17:43:17 -07:00
cros_run_unit_tests Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
cros_show_stacks Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
dot_helper.py Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
enable_localaccount.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enter_chroot.sh placeholders: update depot_tools for people who didn't read PSA 2011-08-24 12:33:57 -07:00
exclude-list Create squashfs as the rootfs. 2011-08-26 13:04:29 -07:00
fixup_image_for_qemu.py Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
generate_test_report Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
get_latest_image.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
get_package_list Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
image_to_live.sh Move some dev scripts into dev/host. 2011-03-23 14:34:53 -07:00
image_to_usb.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
image_to_vm.sh Delete unnecessary -d options from umount 2012-02-15 18:23:14 -08:00
make_factory_package.sh crosutils: move factory setup scripts to ../platform/factory-utils/factory_setup 2011-11-08 23:09:11 -08:00
make_netboot.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
mod_image_for_recovery.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
mod_image_for_test.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
mod_test_image_for_dbusspy.sh Add script which can instrument a test system for dbusspy at boot time 2012-01-31 11:54:38 -08:00
mod_test_image_for_pyauto.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
mount_gpt_image.sh Fix bug where you can't mount a non-developer image from the most recent image. 2012-03-12 12:22:47 -07:00
remote_access.sh remote_access: Clean up output from remote_reboot 2012-03-02 07:18:52 -08:00
run_chroot_version_hooks run_chroot_version_hooks: sanity check for multiple upgrades hooks 2011-11-20 15:22:24 -08:00
run_remote_tests.sh Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
serve_factory_packages.py crosutils: globally replace enter_chroot with cros_sdk 2011-08-19 15:35:32 -07:00
set_shared_user_password.sh Cleanup set_shared_user_password related transitional code. 2011-04-29 10:24:26 -07:00
setup_board Remove --build_root from all scripts except mod_image_for_pyauto.sh. 2012-03-15 18:55:26 -07:00
sha256_partitions.sh sha256_partitions: script to easily sha256 partitions of a .bin file. 2011-08-11 10:00:12 -07:00
ssh_test.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
start_devserver Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
update_bootloaders.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
update_chroot Clean up options to build scripts. 2012-03-15 15:54:43 -07:00
update_kernel.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
upload_symbols Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00
verify_rootfs_chksum.sh Shift crosutils scripts to use the common.sh they were written against. 2012-03-15 23:35:06 -07:00