image build and composition scripts for Flatcar Container Linux
Go to file
satorux 742b51bae5 Do not include chromeos/libcros.so in chrome-chromeos.zip.
The original pattern "chrome-chromeos/chrome*" was loose enough
to include "chromeos/libcros.so" if it's present. The file should
not be included in chrome-chromeos.zip file, which is used to build
the chromeos-chrome deb package, since libcros.so is provided by
the chromeos-libcros deb package.

I had "chromium/src/out/Release/chromeos/libcros.so" to run the
Chromium OS version of Chromium browser locally with libcros.so
enabled.

TEST=manually:
% cd ../build/x86/local_assets
% unzip -l chrome-chromeos.zip > before
... made this change ...
% cd ../build/x86/local_assets
unzip -l chrome-chromeos.zip > after
% diff -u before after
--- before       2010-01-22 13:53:39.361522119 +0900
+++ after        2010-01-22 13:54:52.117212719 +0900
@@ -2,8 +2,6 @@
   Length      Date    Time    Name
 ---------  ---------- -----   ----
  12584626  2010-01-22 13:46   chrome-chromeos/candidate_window
-        0  2010-01-22 13:13   chrome-chromeos/chromeos/
-   432316  2010-01-22 13:13   chrome-chromeos/chromeos/libcros.so
      4850  2009-12-09 15:37   chrome-chromeos/product_logo_48.png
     54594  2010-01-22 13:46   chrome-chromeos/session
         0  2010-01-18 11:52   chrome-chromeos/resources/
@@ -220,4 +218,4 @@
    127262  2010-01-21 14:05   chrome-chromeos/locales/ro.pak
    112422  2010-01-21 14:05   chrome-chromeos/locales/en-GB.pak
 ---------                     -------
- 66476904                     218 files
+ 66044588                     216 files

Review URL: http://codereview.chromium.org/552101
2010-02-15 15:01:55 +09:00
mod_for_test_scripts Cleanup and merge autotest wrappers. 2010-01-27 12:11:08 -08:00
archive_build.sh Wrong command entered here. Need absolute path 2010-01-19 18:40:55 -08:00
autotest_lib.sh Repatch 2010-02-10 17:19:24 -08:00
build_all.sh Fixes build_all.sh 2009-12-18 15:38:45 -08:00
build_autotest.sh Adds ebuild support to build_autotest 2010-02-11 13:40:18 -08:00
build_chrome.sh Do not include chromeos/libcros.so in chrome-chromeos.zip. 2010-02-15 15:01:55 +09:00
build_image.sh Add mechanism to support 'official' repositories and packages for releases. 2010-01-26 18:33:35 -08:00
build_kernel_setup.sh Start copying over source. 2009-10-09 20:56:14 +00:00
build_kernel.sh kernel: use debian build infrastructure to build kernels. 2010-01-26 15:05:10 -07:00
build_platform_packages.sh Handle some special-case naming for chromiumos-build 2010-01-25 16:51:59 +00:00
build_tests.sh Make more build scripts barf when run as root. 2009-12-23 12:15:23 -08:00
chromeos_version.sh Created branch release_30. Update CHROMEOS_VERSION_BRANCH=31 2010-01-29 11:19:14 -08:00
chromiumos-build.cfg Don't build packages inside destination directory 2010-01-25 16:35:10 +00:00
common.sh Add warn and error functions to color warning and error output. 2010-02-11 15:30:55 -08:00
customize_rootfs.sh Some changes to be able to build an armel-based rootfs. 2010-01-22 16:39:36 -08:00
dpkg_no_scripts.sh Add check for dpkg info and mkdir if it doesn't exist 2010-01-27 13:26:04 -08:00
enable_localaccount.sh Re-use .h code for both files. Add a license header. 2010-02-09 11:44:09 -08:00
enter_chroot.sh enter_choot: fix breakage some people ran into 2010-02-13 12:39:21 -08:00
extlinux.sh syslinux: migrate to using a git repo 2009-11-11 23:04:42 +00:00
file_copy.py Fix image_to_usb.sh, build_image.sh 2009-10-28 00:00:13 +00:00
get_latest_image.sh Adds a local Autoupdate server and a mechanism for adding developer packages. 2009-10-26 22:36:21 +00:00
image_to_live.sh Improvements for to continuous test loop. 2010-01-25 11:02:32 -08:00
image_to_usb.sh Create a fourth partition to put the raw kernel image in. 2010-02-11 17:33:32 -08:00
image_to_virtualbox.sh Add a script for creating a VirtualBox image. 2009-12-15 15:44:07 -08:00
image_to_vmware.sh vmware images: fix to match image_to_usb changes 2009-10-29 00:29:45 +00:00
import_native_build.sh Create the pkgs dir if it does not already exist 2010-01-25 16:00:55 +00:00
install_packages.sh Add mechanism to support 'official' repositories and packages for releases. 2010-01-26 18:33:35 -08:00
kernel_fetcher.sh Create a fourth partition to put the raw kernel image in. 2010-02-11 17:33:32 -08:00
list_installed_packages.sh Start copying over source. 2009-10-09 20:56:14 +00:00
make_chroot.sh Add mechanism to support 'official' repositories and packages for releases. 2010-01-26 18:33:35 -08:00
make_local_repo.sh Rewrite make_chroot.sh to use local mirrors directly. 2010-01-20 13:38:50 -08:00
mk_arm_sd_image.py Start copying over source. 2009-10-09 20:56:14 +00:00
mk_memento_images.sh Don't sudo in mk_memento_images.sh 2009-10-26 22:58:45 +00:00
mod_image_for_test.sh Since now those packages are build with autotest pre build. 2010-01-11 10:47:54 -08:00
package_script_whitelist.sh Update maintainer script template 2010-01-20 21:39:29 -08:00
recursive_dep.py Start copying over source. 2009-10-09 20:56:14 +00:00
remote_access.sh Make run_remote_test's use of ssh-agent more predictable. 2010-02-01 17:10:03 -08:00
run_remote_tests.sh Repatch 2010-02-10 17:19:24 -08:00
run_tests.sh build: Get rid of manually-maintained lists of tests. 2010-01-12 10:31:14 -08:00
set_shared_user_password.sh Start copying over source. 2009-10-09 20:56:14 +00:00
sync_build_test.sh Enable building autotests in test loop and sbt script 2010-02-01 19:05:54 -08:00
test_cookie_pipe.py Don't crash if the cookie pipe doesn't exist. 2009-11-13 19:17:31 +00:00
tracker.sh Start of script for entering tracker reports. 2009-11-18 23:35:51 +00:00