Mercurial > hg > config
diff .bashrc @ 215:bf4eb11045cc
front end for mozharness bugs
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 05 Apr 2012 09:00:34 -0700 |
parents | 0110a435d2ce |
children | 4ad8bce17e85 |
line wrap: on
line diff
--- a/.bashrc Wed Mar 28 07:59:17 2012 -0700 +++ b/.bashrc Thu Apr 05 09:00:34 2012 -0700 @@ -33,6 +33,7 @@ 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" +alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" # PROMPT PS1='│'