Skip to content
View caleb15's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report caleb15

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 15five/changelog-scraper 15five/changelog-scraper Public

    scripts for scraping changelogs from package requirements

    Python 1

  2. 15five/rocket_releaser 15five/rocket_releaser Public

    Python library for release notes / labeling upon deploys

    Python 2 1

  3. healthcheck.sh healthcheck.sh
    1
    #!/bin/sh
    2
    GLOBIGNORE="*" # to prevent schedule from becoming wacky
    3
    
                  
    4
    if [ "$1" = "-h" ]; then
    5
      echo "Usage: $(basename "$0") check_name \"schedule\" \"command\" alert_channel1,alert_channel2 \"tag1 tag2\" \"description\" grace"
  4. 15five/python-circleci-package-boilerplate 15five/python-circleci-package-boilerplate Public archive

    boilerplate for a python package with CI/CD through circleci

    Python 1