mirror of https://github.com/python/cpython
Mail if there is an installation failure.
This commit is contained in:
parent
f0cb1d7ad6
commit
19a7daa507
|
@ -166,6 +166,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
|
||||||
start=`current_time`
|
start=`current_time`
|
||||||
make install >& build/$F
|
make install >& build/$F
|
||||||
update_status "Installing" "$F" $start
|
update_status "Installing" "$F" $start
|
||||||
|
mail_on_failure "install" build/$F
|
||||||
|
|
||||||
if [ ! -x $PYTHON ]; then
|
if [ ! -x $PYTHON ]; then
|
||||||
ln -s ${PYTHON}2.* $PYTHON
|
ln -s ${PYTHON}2.* $PYTHON
|
||||||
|
|
Loading…
Reference in New Issue