changeset 215:bf4eb11045cc

front end for mozharness bugs
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 05 Apr 2012 09:00:34 -0700
parents 06b47566e7f1
children 07d8aa100fc2
files .bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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='│'