[05:45] Does upstart log job file parse errors anywhere? [05:46] For some reason upstart isn't listing my job yet I can't seem to figure out what's wrong with the job [05:59] bgamari: it logs them to the system log [06:00] On Debian/Ubuntu /var/log/syslog [06:00] looks like this: Jul 15 06:59:57 pluto init: /etc/init/dbus-reconnect.conf:7: Unknown stanza === h\h is now known as haraldh [17:23] update-base-branch – Update the contents of a Git branch with a script | http://github.com/ion1/update-base-branch#readme | http://github.com/ion1/update-base-branch/tree/master/examples#browser [18:45] ion: its not particularly clear to me what that does [18:56] Say, you have the branch ‘base’ or ‘upstream’ or whatever that contains the default configuration for $foosoftware, and the branch ‘master’ which forks from ‘base’, containing your changes to the defaults. The script handles the updating of ‘base’. You’ll have a script such as ‘#!/bin/sh, set -e, cmd="$(update-base-branch --wrapper)", eval "$cmd", cp latest-upstream-configs-from-somewhere .’ and then all you need to do to merge your ... [18:56] ... changes with upstream’s changes is ./the-script && git merge base. === robbiew is now known as robbiew-afk