changeset 241:bed50e028005

front-end for releng bug
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 31 Aug 2012 10:25:27 -0700
parents a5a27ec28ea7
children 86b77f98f15c
files .bashrc
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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='│'