Commit Briefs
portable: gotd: update for session_{read,write}.c
gotd's session.c file has been split in two, so update the sources to accommodate this change.
portable: enable got-notify-email
Now that gotd has the start of helpers, got-notify-email is the first. This is still behind the --enable-gotd flag.
portable: gotd: fix dist file inclusion
When running 'make dist', include the correct chroot-*.c file.
portable: configure gitwrapper/gotd paths
Rather than hard-code assumptions into gitwrapper and gotd binaries, allow for some values to be overriden at compile time. This should help portability.
portable: gotd: re-enable chroot
Reads (git clone) are working but writes (git push) run into an error
portable: gotd/gitwrapper: update for libs
Bring gotd and gitwrapper closer to how libraries are detected.
portable: gotd: listen
Include listen.c; make it portable.
portable: enable compiling gotd
This enables gotd -- for now, this is opt-in at compile-time, via: ./configure --enable-gotd