blacklist electron

This commit is contained in:
Ryan Mulligan 2018-03-20 07:06:26 -07:00
parent bf8dacb747
commit 62d0e3e9f1

1
up.sh
View File

@ -41,6 +41,7 @@ case "$PACKAGE_NAME" in
*python*) error_exit "currently don't know how to update python";;
*cdrtools*) error_exit "We keep downgrading this by accident.";;
*gst*) error_exit "gstreamer plugins are kept in lockstep.";;
*electron*) error_exit "multi-platform srcs in file.";;
*) true;;
esac || error_exit "Package on blacklist."