Eric Holmes
Eric Holmes
Last I checked, it was broken. https://github.com/remind101/homebrew-formulae is a better way for us to distribute new versions.
If the .git/config url is missing `.git` on the end, you get an error: **Example** ``` [remote "origin"] url = [email protected]:remind101/acme-inc ``` ``` console $ deploy Invalid GitHub repo: /remind101/acme-inc...
Might be good to add something along the lines of https://github.com/inconshreveable/go-update, just to make it easier to make changes without having to tell everyone to update.
This would be kind nice, especially as we move things to docker, where we can't deploy until the image is built (commit status checks pass). This flag would cause the...
GitHub doesn't actually have support for this, so something to think about for the future.
From @dustinhorton: ``` console ~/Sites/r101/r101-viewer (asset-host) →deploy --env=staging --force Invalid GitHub repo: /remind101/r101-viewer ``` ``` console →cat ~/Sites/r101/r101-viewer/.git/config [remote "origin"] url = [email protected]:remind101/r101-viewer fetch = +refs/heads/*:refs/remotes/origin/* ```
A little difficult since GitHub won't pass back the resolved ref in this case, but would be nice to see something like: ``` console $ deploy -e staging Commit status...
``` ~/Sites/r101/r101-dashboard (master) →deploy --env=production Deploying remind101/r101-dashboard-beta@master to production... Not Found ```
At the moment `sysdig -l` shows a couple filters that can be used to filter on labels from kubernetes, mesos and marathon: ``` ---------------------- Field Class: k8s k8s.pod.labels Kubernetes pod...
Over the night, we started seeing installs of openresty on Ubuntu 22 jammy start failing: ``` 16.57 E: Failed to fetch http://openresty.org/package/ubuntu/dists/jammy/main/binary-amd64/Packages.gz File has unexpected size (38031 != 35720). Mirror...