ezbuild/config/modules/update-notification.conf

10 lines
469 B
Plaintext
Raw Normal View History

2012-01-17 18:28:00 +01:00
# This array specifies a list of packages that will be checked for updates. If any from
# listed below is older than the one found in mainline Portage tree, the notification
# will be sent.
2012-01-17 23:26:41 +01:00
CHECKPACKAGES=( "my-cat/package1" "my-cat2/package2" )
2012-01-17 18:28:00 +01:00
# Specifies an e-mail address, where all notifications about packages that needs update
# will be send to. If this variable is empty, none notification will be sent at all, even
# if the modules is enabled.
2012-01-17 23:26:41 +01:00
UPDATENOTIFY=""