mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
blackist fcitx and all of gnome
This commit is contained in:
parent
77cf6aeea5
commit
85cfec7cd7
7
up.sh
7
up.sh
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user