# HG changeset patch # User Jeff Hammel # Date 1346433927 25200 # Node ID bed50e028005429bc87f3f4c2d1c9c18f69056bf # Parent a5a27ec28ea7cd3e8e618ca48fd5584fc50a1cc7 front-end for releng bug diff -r a5a27ec28ea7 -r bed50e028005 .bashrc --- a/.bashrc Thu Aug 30 16:10:29 2012 -0700 +++ b/.bashrc Fri Aug 31 10:25:27 2012 -0700 @@ -33,9 +33,12 @@ alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" + +# bzconsole aliases for filing bugs +alias mozbase-bug="bz new Mozbase --cc ':wlach'" alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" +alias releng-bug="bz new 'Release Engineering: Automation (General)'" alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'" -alias mozbase-bug="bz new Mozbase --cc ':wlach'" # PROMPT PS1='│'