As configured in my dotfiles.
start new:
tmux
start new with session name:
Some notes on remote debugging mac builds on Travisci. It's hard to tell when something hangs what the cause it. Trial and error via commits is tedious. And on Mac , sometimes it's the gui asking for input. So I worked my around to get the access I needed for faster debugging a build. | |
################################################# | |
# Enable remote ssh access to travisci build for debugging | |
################################################# | |
# Add a key so we can login to travisci vm | |
- cat ssh/travisci.pub >> ~/.ssh/authorized_keys | |
- chmod 600 ssh/travisci | |
# Install netcat |
As configured in my dotfiles.
start new:
tmux
start new with session name:
{ | |
"project": { | |
"type": "task", | |
"name": "Turn Lanes", | |
"description": "Mapping turn lanes from satellite imagery", | |
"doc_url": "https://github.com/mapbox/mapping/issues/144", | |
"changeset": { | |
"source" : " ", | |
"comment": "Add missing turn lanes from satellite imagery https://github.com/mapbox/mapping/issues/144" | |
}, |