Commit Briefs

9067b8a0aa Thomas Adam

portable: fix up log.c file location


3297e96b62 Thomas Adam

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.


b2ce1dae74 Thomas Adam

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.


6c8d77541e Thomas Adam

portable: gotd: fix dist file inclusion

When running 'make dist', include the correct chroot-*.c file.


adafacd335 Thomas Adam

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.


1636f5f125 Thomas Adam

portable: gotd: re-enable chroot

Reads (git clone) are working but writes (git push) run into an error


4efc8dcb17 Thomas Adam

portable: gotd/gitwrapper: update for libs

Bring gotd and gitwrapper closer to how libraries are detected.


0f431d34f9 Thomas Adam

portable: gotd: EXTRA_DIST


febe25b7cf Thomas Adam

portable: gotd: listen

Include listen.c; make it portable.


e24c4959f1 Thomas Adam

portable: handle gotd/auth


2f1efc186f Thomas Adam

portable: enable compiling gotd

This enables gotd -- for now, this is opt-in at compile-time, via: ./configure --enable-gotd