From c50871eeb180d9cdd7310afedcd0636f788c73f9 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 20 Sep 2011 19:42:12 +0200 Subject: [PATCH] +gpg --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index a7af14b..20e8c48 100644 --- a/.bashrc +++ b/.bashrc @@ -366,6 +366,7 @@ function rpmsrclist function valgrind {(set -e;unset valgrind;s=~/.python.valgrind;rm -f $s;cp -p /usr/share/doc/python-devel-2.*/valgrind-python.supp $s;patch $s <$s.patch;perl -i -e 'undef $/;$_=<>;1 while s/^(?:###)?({\n)(?:###)?( *ADDRESS_IN_RANGE.*\n(?:[^}#].*\n)*)###/$1$2/gm;print;' $s;valgrind --num-callers=50 --suppressions=$s "$@";);} function yumupdate {(ulimit -v unlimited;yum makecache;yum -y --skip-broken update "$@";);} function gitcommit { git commit -a -m .; } +function gpg {(unset gpg; http_proxy= all_proxy= HTTP_PROXY= ALL_PROXY= gpg "$@"; );} ulimit -S -c 0 set +H -- 1.8.3.1