blackist fcitx and all of gnome

This commit is contained in:
Ryan Mulligan 2018-03-16 14:30:30 -07:00
parent 77cf6aeea5
commit 85cfec7cd7

7
up.sh
View File

@ -27,11 +27,18 @@ case "$PACKAGE_NAME" in
*jquery*) false;; # this isn't a real package
*google-cloud-sdk*) false;; # complicated package
*github-release*) false;; # complicated package
*fcitx*) false;; # gets stuck in daemons
*fricas*) false;; # gets stuck in emacs
*libxc*) false;; # currently people don't want to update this
*) true;;
esac || error_exit "Package on blacklist."
# Temporarily blacklist gnome sources while a major coordinated update is being made
if nix eval -f . "pkgs.${PACKAGE_NAME}.src.urls" | grep "gnome"
then
error_exit "Packages from gnome are currently blacklisted."
fi
if git branch --remote | grep "origin/auto-update/${PACKAGE_NAME}"
then
error_exit "Update branch already on origin."