* added support for twitter notification

3 environment variables are important: 
      TWITTER_USER
      TWITTER_PASS
      HYDRA_BUILD_BASEURL
   - twitter notification is off when TWITTER_USER and TWITTER_PASS are not defined
   - if HYDRA_BUILD_BASEURL is not defined, no URL is put in the twitter messages
This commit is contained in:
Rob Vermaas
2009-10-15 13:23:15 +00:00
parent 3e03ac9a7c
commit 1c5ab05521
2 changed files with 36 additions and 0 deletions

View File

@ -18,5 +18,6 @@ with pkgs;
perlPackages.EmailSender
perlPackages.EmailSimpleCreator
perlPackages.TextTable
perlPackages.NetTwitterLite
]