Descriptioncros_workon: initial implementation
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.
Patch Set 1 #
Total comments: 17
Patch Set 2 : rename 'testing' to 'live', command-line handling cleanup, incorporate review feedback #Patch Set 3 : Remediate my sub-standard english usage. #
Total comments: 6
Patch Set 4 : Switch to single cros-workon file (was component based), review feedback changes #
Total comments: 4
Patch Set 5 : arg reordering complete, simple is better; sed --> grep #Messages
Total messages: 13 (0 generated)
|