From: lace <> Date: Wed, 16 Dec 2009 09:30:49 +0000 (+0000) Subject: +PYTHONUNBUFFERED=1 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=42938f391218f0474420e32ccc50273087246327 +PYTHONUNBUFFERED=1 yumupdate: +--skip-broken --- diff --git a/.bashrc b/.bashrc index fcdd65b..58c137f 100644 --- 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;' $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