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
- Copy
sample-secrets.yml
tosecrets.yml
and fill in the values - Add the pipeline to your Concourse
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"