mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 08:01:14 +02:00
Moves ebuild(s) between stable and live states. Lists ebuilds currently under development in the testing branch. Stable ebuilds obtain and build against the last known good commit. Live ebuilds (9999) perform a 'git clone' during the src_unpack step to obtain and save the source for development and building. Example usage: Sync & build 'ibus-hangul' testing ebuild (9999) ./cros_workon start app-i18n/ibus-hangul Build 'ibus-hangul' from the last stable commit ./cros_workon stop app-i18n/ibus-hangul List of ebuilds under development ./cros_workon list Change-Id: I2ea4babd7597d5cea9ca96419a74152f9f0b23f1 Note: --board must be specified if the --default option to setup_board was not used. Review URL: http://codereview.chromium.org/2852019
Description
Languages
Shell
93.1%
Python
6.9%