Commit Briefs

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.


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.


Thomas Adam

portable: gotd: fix dist file inclusion

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


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.


Thomas Adam

portable: gotd: re-enable chroot

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


Thomas Adam

portable: gotd/gitwrapper: update for libs

Bring gotd and gitwrapper closer to how libraries are detected.


Thomas Adam

portable: gotd: EXTRA_DIST


Thomas Adam

portable: gotd: listen

Include listen.c; make it portable.


Thomas Adam

portable: handle gotd/auth


Thomas Adam

portable: enable compiling gotd

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