1. 4447378 Added --env flag to build_chromeos.py to pass in custom env. by asharif · 12 years ago
  2. de19f7c Added USE="chrome_internal" to build_chromeos.py by default. by asharif · 12 years ago
  3. 73a4cce Removed MakeChroot() from build_chromeos.py. This is deprecated now. by asharif · 12 years ago
  4. 44aff65 This CL updates our scripts because the underlying ChromeOS scripts' by asharif · 12 years ago
  5. 20082a0 Rename utils.utils to utils.misc to prevent Python from being confused. by kbaclawski · 12 years ago
  6. ca3c6c1 Changed utils.ExecuteCommandInChroot() to command_executer.ChrootRunCommand(). by asharif · 12 years ago
  7. 9d671b9 Added utils function ExecuteCommandInChroot(), which executes a command in by asharif · 12 years ago
  8. 6999ada Logger class cleanups. Replace utils.Assert* functions with calls to by kbaclawski · 12 years ago
  9. 2198c51 Added return values to the scripts. by asharif · 12 years ago
  10. 8697d4e Changed ExecuteCommandInChroot to take in extra parameters for additional by asharif · 12 years ago
  11. c380f61 Added expanduser to image_chromeos.py. by asharif · 12 years ago
  12. 80b47dc Added --rebuild flag to build_chromeos.py, which rebuilds packages. by asharif · 12 years ago
  13. e0cc305 Unified chromeos build options into utils for the low-level scripts. by asharif · 12 years ago
  14. b572fca Changed single quotes to double quotes since the ssh command doesn't by asharif · 12 years ago
  15. 253e88b Changed command_executer to use rsync whenever possible (when at least by asharif · 12 years ago
  16. 0e0e268 Fixed bug in build_chromeos. by asharif · 12 years ago
  17. ca8c5ef Fixed location of output chromeos build. by asharif · 12 years ago
  18. 9d40cc2 Updated output location in the nightly job. by asharif · 12 years ago
  19. aa35176 Used double quotes for extra flags. Fixed in build_chrome_browser too. by raymes · 12 years ago
  20. 5789fd3 Added missing spaces to command line for build_packages by raymes · 12 years ago
  21. 1c91ad9 Changed CFLAGS/LDFLAGS/CXXFLAGS in build_chromeos.py to append to the existing ones in make.conf when doing a build_packages. by raymes · 12 years ago
  22. 977cd6b Changed build_chromeos.py to not use toolchain_root. by asharif · 12 years ago
  23. b147119 Automated g4 rollback of changelist 46102. by asharif · 12 years ago
  24. 5fc3bda Fixed typo in build_chromeos.py. Added .git and .repo ignores in by asharif · 12 years ago
  25. c151205 Added --yes to mod_image_for_test.sh. by asharif · 12 years ago
  26. 01e29a5 Added expanduser to build_chromeos.py. by asharif · 12 years ago
  27. 0341d30 Updated update_chromeos.py. by asharif · 12 years ago
  28. b1752c8 update_client now builds chromeos golden images. by asharif · 12 years ago
  29. 9b8305c Misc fixes to run_dejagnu.py. by raymes · 12 years ago
  30. 81d8896 Misc fixes to scripts. by raymes · 12 years ago
  31. 708d57c Fixed build_chrome_browser.py. by asharif · 12 years ago
  32. c0f7193 Updated tc_enter_chroot.py to create temp file that it executes later. by asharif · 12 years ago
  33. 1755b43 Fixed numerous issues/bugs related to nightly client. It should be more robust and faster now. by asharif · 12 years ago
  34. 49fd5a3 Added build_chrome_browser.py to build the browser only. Tested it briefly but may still have some kinks. by raymes · 12 years ago
  35. 967d700 Yet another fix in low-level scripts involving command_executer changes. by asharif · 12 years ago
  36. 6496e5f Low level script to build benchmarks by bjanakiraman · 12 years ago
  37. 5a9bb46 Fixed small bugs in setup_chromeos.py and test_client.py. by asharif · 12 years ago
  38. 541b639 Fixed a few issues in the scripts so nightly client could run properly. by asharif · 12 years ago
  39. 065bf0b Fixed logger error. by asharif · 12 years ago
  40. 01959ae Put command execution related logic into a class so that we can have a mock command executer, for testing/dry-run purposes. De-coupled command execution and logging. by raymes · 12 years ago
  41. 0269d46 Fixed tc_enter_chroot.py to behave more like tc-enter-chroot.sh in accepting by asharif · 12 years ago
  42. ad46515 Fixed small bug in build_chromeos.py. by asharif · 12 years ago
  43. e3668f1 Cleaned up a build_chromeos.py a little (as per gpylint). by asharif · 12 years ago
  44. 5f6be5f Added PKGDIR spec to setup_board so that it untars the glibc tarballs from the right place. by raymes · 12 years ago
  45. 04164a1 Minor fixes to get setup_chromeos and build_chromeos working with build_tc by raymes · 12 years ago
  46. 5f35b92 Updated build_chromeos.py so that it only does make_chroot/setup_board when they are needed. by raymes · 12 years ago
  47. e91a6e6 Some minor updates to build chrome browser inside the chroot. by raymes · 12 years ago
  48. bfb5799 Updated build_chromeos.py to working state. by raymes · 12 years ago
  49. 5154d7f Updated logging to allow it to be printed to the console as well as by raymes · 12 years ago