Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ pmc-notification Public archive

Send CF Runtime PMC notes via mail after the meeting

Notifications You must be signed in to change notification settings

suhlig/pmc-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PMC Notification

I wanted to get a nice-looking copy of the CF Runtime PMC notes in my eMail inbox the day after the meeting took place.

Steps:

  • Find the date of most recent PMC meeting, e.g. from the CF Runtime PMC calendar

    More info in the wiki

  • Grab the latest file matching the date, e.g. Runtime/2017/2017-04-18-runtime.md

  • Render the file as HTML

  • Send the file via mail to me

Deployment

  • Copy sample-secrets.yml to secrets.yml and fill in the values
  • Add the pipeline to your Concourse

Development

Some useful fly commands:

  • pmc-notes

    fly --target=lite login --concourse-url=http://$(docker-machine ip):8080
    fly --target=lite set-pipeline --pipeline=pmc-notes --config=pipelines/pmc-notes.yml --load-vars-from=secrets.yml
    fly --target=lite unpause-pipeline --pipeline=pmc-notes
    fly --target=lite intercept -b 3
  • docker

    fly --target=lite set-pipeline --pipeline=docker --config=pipelines/docker.yml --load-vars-from=secrets.yml
    fly --target=lite unpause-pipeline --pipeline=docker
    fly --target=lite trigger-job -j docker/"Create PMC Notes image"

About

Send CF Runtime PMC notes via mail after the meeting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published