bgamari | Does upstart log job file parse errors anywhere? | 05:45 |
---|---|---|
bgamari | For some reason upstart isn't listing my job yet I can't seem to figure out what's wrong with the job | 05:46 |
mbiebl | bgamari: it logs them to the system log | 05:59 |
mbiebl | On Debian/Ubuntu /var/log/syslog | 06:00 |
mbiebl | looks like this: Jul 15 06:59:57 pluto init: /etc/init/dbus-reconnect.conf:7: Unknown stanza | 06:00 |
=== h\h is now known as haraldh | ||
ion | 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 | 17:23 |
sadmac | ion: its not particularly clear to me what that does | 18:45 |
ion | 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 |
ion | ... changes with upstream’s changes is ./the-script && git merge base. | 18:56 |
=== robbiew is now known as robbiew-afk |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!