stuff
This commit is contained in:
@ -133,8 +133,15 @@ to_mac(){
|
||||
}
|
||||
|
||||
bdoctor() {
|
||||
hourly=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --analysis_name=hourly --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.debug_container | grep http)
|
||||
default=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.debug_container | grep http)
|
||||
echo "DEFAULT: $default"
|
||||
echo "HOURLY: $hourly"
|
||||
hourly=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --analysis_name=hourly --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.debug_container | grep http)
|
||||
echo "DEFAULT(ANALYSIS): $default"
|
||||
echo "HOURLY(EXECUTION): $hourly"
|
||||
}
|
||||
|
||||
bdoctor_modules() {
|
||||
default=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.large.chimera.modules | grep http)
|
||||
hourly=$(builddoctor analyze --blueprint //depot/google3/java/com/google/android/gmscore/tools/build_doctor/build_doctor.blueprint --cl $1 --analysis_type=PERIODIC --analysis_name=hourly --buildable_unit_type BUILD --buildable_unit gmscore.build_doctor.large.chimera.modules | grep http)
|
||||
echo "DEFAULT(ANALYSIS): $default"
|
||||
echo "HOURLY(EXECUTION): $hourly"
|
||||
}
|
||||
|
@ -18,8 +18,8 @@ export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
source ~/.aliases.sh
|
||||
|
||||
if [[ -f "$HOME/use_google" ]]; then
|
||||
source $HOME/.bash_profile.google
|
||||
fi
|
||||
source ~/.aliases.sh
|
||||
|
@ -65,6 +65,8 @@ alias vim="source $HGSHORT_DIR/tobashargs.sh nvim"
|
||||
source /etc/bash_completion.d/hgd
|
||||
alias hgd='source /google/src/head/depot/google3/experimental/fig_contrib/hgshort/hgd-local.sh'
|
||||
alias builddoctor=/google/bin/releases/build-doctor/builddoctor
|
||||
alias rudi=/google/data/ro/teams/lsc/bin/rudi-cli
|
||||
alias rudi-cli=/google/data/ro/teams/lsc/bin/rudi-cli
|
||||
|
||||
export ACID_STARTUP_SCRIPT_PATH=~/acid_startup.sh
|
||||
export PATH=$PATH:/usr/local/google/home/cnieves/.local/binexport PATH=$PATH:/usr/local/google/home/cnieves/.local/bin
|
||||
|
Reference in New Issue
Block a user