Merge "vendorsetup: add vendor/cyanogen/tools to PATH" into froyo
This commit is contained in:
commit
3677418ef5
@ -3,7 +3,6 @@
|
||||
# Gerrit tool for easiness of submitting changes to CM repos
|
||||
# Wes Garner
|
||||
# Usage: cmgerrit <Gerrit Username> <Repo> <for/changes> <Branch>
|
||||
# To use this, it must be in your ~/bin or in your $PATH
|
||||
#
|
||||
|
||||
git push ssh://$1@review.cyanogenmod.com:29418/CyanogenMod/$2 HEAD:refs/$3/$4
|
||||
|
@ -9,3 +9,5 @@ add_lunch_combo cyanogen_espresso-eng
|
||||
add_lunch_combo cyanogen_supersonic-eng
|
||||
add_lunch_combo cyanogen_liberty-eng
|
||||
add_lunch_combo cyanogen_vibrant-eng
|
||||
|
||||
PATH=$PATH:$PWD/vendor/cyanogen/tools ; export PATH
|
||||
|
Loading…
Reference in New Issue
Block a user