[foreman-dev] Re: Friday tip of the day: use 'jq' to parse json

2017-12-12 Thread Jonathon Turel
jq is really cool, and super fast. Thanks for the reminder to learn some more about it. On Friday, December 8, 2017 at 4:00:11 PM UTC-5, Tom McKay wrote: > > @daviddavis reminded me of a nice utility I learned about recently: jq[1]. > I use it quite often in scripts involving container images wh

Re: [foreman-dev] CDN for the theforeman.org

2017-12-12 Thread Evgeni Golov
downloads.theforeman.org and stagingdeb.theforeman.org is now served via Fastly, enjoy! On Tue, Dec 12, 2017 at 3:51 PM, Evgeni Golov wrote: > Just a quick heads-up for everybody. > > We now have the right config and TLS certificates in place to serve > Forman content via Fastly, but we did not c

Re: [foreman-dev] CDN for the theforeman.org

2017-12-12 Thread Evgeni Golov
Just a quick heads-up for everybody. We now have the right config and TLS certificates in place to serve Forman content via Fastly, but we did not change any public DNS entries yet. We'll probably start with stagingdeb.tfm.o and downloads.tfm.o soon, and move to the other vhosts some time in Janua

Re: [foreman-dev] Friday tip of the day: use 'jq' to parse json

2017-12-12 Thread Evgeni Golov
Tuestday tip of the day: use jo[1] to generate JSON from shell ;-) [1] https://github.com/jpmens/jo On Mon, Dec 11, 2017 at 8:01 AM, Ivan Necas wrote: > Thanks for sharing, looks very useful indeed and didn't know about it > > -- Ivan > > On Fri, 8 Dec 2017 at 22:00, Tom McKay wrote: >> >> @dav