Commit Briefs

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