Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.
/ check-ghe-updates Public archive

A python script that checks for new GitHub Enterprise releases and sends email accordingly

Notifications You must be signed in to change notification settings

osu-itis/check-ghe-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

check-ghe-updates

A python script that checks for new GitHub Enterprise releases and sends email accordingly

Requirements

Configuration

Configuration is performed via environment variables:

  • CHECK_GHE_UPDATES_DEBUG - if set to 1, print debut output to stdout; if set to 0, no debug output (defaults to: 0)
  • CHECK_GHE_UPDATES_SOURCE - update site to check for updates (defaults to: https://github-enterprise.s3.amazonaws.com/release/latest.json)
  • CHECK_GHE_UPDATES_SMTP - SMTP server for sending email (defaults to: localhost)
  • CHECK_GHE_UPDATES_FROM - email address to send from (defaults to: check-ghe-updates@unknown)
  • CHECK_GHE_UPDATES_RECIPIENT - email address(es) to send to; multiple email addresses must be comma-separated
  • CHECK_GHE_UPDATES_CACHE - path to cache file (defaults to: /tmp/check_ghe_version.cache)

Usage

$ python check-ghe-updates.py

About

A python script that checks for new GitHub Enterprise releases and sends email accordingly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages