+PYTHONUNBUFFERED=1
authorlace <>
Wed, 16 Dec 2009 09:30:49 +0000 (09:30 +0000)
committerlace <>
Wed, 16 Dec 2009 09:30:49 +0000 (09:30 +0000)
yumupdate: +--skip-broken

.bashrc

diff --git a/.bashrc b/.bashrc
index fcdd65b..58c137f 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -196,6 +196,7 @@ export HISTFILESIZE="$HISTSIZE"
 export GDBHISTFILE="$HOME/.gdb_history"
 export CVS_RSH="ssh"
 export TZ=":/usr/share/zoneinfo/Europe/Prague"
+export PYTHONUNBUFFERED=1
 export MAKEFLAGS=
 cpus="`getconf _NPROCESSORS_ONLN`"
 if [ -n "$cpus" ];then
@@ -375,7 +376,7 @@ function rpmsrclist
        fi
 }
 function valgrind {(unset valgrind;s=~/.python.valgrind;perl -e 'undef $/;$_=<>;1 while s/^(?:###)?({\n)(?:###)?( *ADDRESS_IN_RANGE.*\n(?:[^}#].*\n)*)###/$1$2/gm;print;' </usr/share/doc/python-devel-2.*/valgrind-python.supp >$s;valgrind --suppressions=$s "$@";);}
-function yumupdate { yum makecache;yum -y update; }
+function yumupdate { yum makecache;yum -y --skip-broken update; }
 
 ulimit -S -c 0
 set +H