Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | Add $rpkica_flags so we can experiment with logging settings. | Rob Austein | |
svn path=/branches/tk705/; revision=6018 | |||
2014-11-07 | Yet another SAX -> ETree nit. | Rob Austein | |
svn path=/branches/tk705/; revision=6009 | |||
2014-11-05 | Need to set VERSION when doing --local-dist. | Rob Austein | |
svn path=/branches/tk705/; revision=6005 | |||
2014-10-11 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5998 | |||
2014-10-07 | Feh, [14,4] != (14,4). | Rob Austein | |
svn path=/trunk/; revision=5996 | |||
2014-10-07 | Seems that the earlier istallation success with new Apache | Rob Austein | |
configuration on Precise was a false positive caused by an orphaned symlink. Rewrite again to separate Debian and Ubuntu so we can do version number checks in a halfway sane fashion. Most likely the real underlying issue is Debian-family packaging for Apache 2.2 vs Apache 2.4, so there may be possible to simplify this again at some point, but in theory this will do for now. Need to re-test on Trusty and Wheezy to make sure the fix for Precise didn't break them. See #720. svn path=/trunk/; revision=5995 | |||
2014-10-07 | Ancient de-installation code broke on Trusty. | Rob Austein | |
svn path=/trunk/; revision=5994 | |||
2014-10-03 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5984 | |||
2014-09-30 | Overly enthusiastic cleanup was causing script to regenerate source | Rob Austein | |
packages when nothing had changed. svn path=/trunk/; revision=5980 | |||
2014-09-30 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5979 | |||
2014-09-29 | Tweak version numbering scheme to let us build binary packages for all | Rob Austein | |
supported platforms. svn path=/trunk/; revision=5977 | |||
2014-09-28 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5974 | |||
2014-09-28 | self. | Rob Austein | |
svn path=/trunk/; revision=5972 | |||
2014-09-28 | Rewrite pbuilder script, add support for Ubutu Trusty Tahir (14.04). | Rob Austein | |
Builds for Ubuntu Precise Pangolin (12.04) disabled, either for good or until we figure out how to convince reprepo to accept the same package compiled for two different releases (sigh). See #712. svn path=/trunk/; revision=5971 | |||
2014-08-12 | Whack FreeBSD port builder to let us build test packages directly from | Rob Austein | |
subversion working tree, so we don't have to check in half-baked stuff just to test it locally. svn path=/branches/tk705/; revision=5919 | |||
2014-07-18 | Pull XML namespaces and so forth from schemas where possible. | Rob Austein | |
svn path=/trunk/; revision=5902 | |||
2014-06-22 | Unconditionally fix ownership and mode of directories whose ownership | Rob Austein | |
and mode FreeBSD has started whacking on every upgrade. See #702. svn path=/trunk/; revision=5871 | |||
2014-06-02 | Archive current configuration of pbuilder robot prior to VM fork lift. | Rob Austein | |
svn path=/trunk/; revision=5858 | |||
2014-05-31 | Still more PyLint. | Rob Austein | |
svn path=/trunk/; revision=5856 | |||
2014-05-29 | PyLint | Rob Austein | |
svn path=/trunk/; revision=5845 | |||
2014-05-01 | Clean old rtr-origin entries out of inetd.conf. | Rob Austein | |
svn path=/trunk/; revision=5820 | |||
2014-05-01 | Switch to refactored rpki-rtr implementation. | Rob Austein | |
svn path=/trunk/; revision=5818 | |||
2014-04-17 | Fix output-format whining, add a few more codes to ignore. | Rob Austein | |
svn path=/trunk/; revision=5809 | |||
2014-04-17 | Comment, partly to document nasty build issue but also to force a | Rob Austein | |
version number update as a test case. svn path=/trunk/; revision=5806 | |||
2014-04-16 | Relatively gratuitous logging change to provke version number bump so | Rob Austein | |
I can figure out why the package builder keeps forgetting to upload the i386 packages. svn path=/trunk/; revision=5805 | |||
2014-04-14 | Helps to create the directory we say we're creating. | Rob Austein | |
svn path=/trunk/; revision=5796 | |||
2014-04-10 | Tell Debian package system that we moved files from rpki-ca to rpki-rp. | Rob Austein | |
svn path=/branches/tk685/; revision=5779 | |||
2014-04-10 | Kludge to avoid conflict from duplicate .egg-info files. | Rob Austein | |
svn path=/branches/tk685/; revision=5776 | |||
2014-04-09 | Clean up source regeneration (h/ and schemas/), debug builds with | Rob Austein | |
--disable-*-tools set. svn path=/branches/tk685/; revision=5775 | |||
2014-04-09 | First pass at updated debuild configuration. | Rob Austein | |
svn path=/branches/tk685/; revision=5772 | |||
2014-04-06 | Start whacking Makefiles | Rob Austein | |
svn path=/branches/tk685/; revision=5758 | |||
2014-04-03 | If we're going to remove the poststart function we'd better not try to call it. | Rob Austein | |
svn path=/branches/tk671/; revision=5745 | |||
2014-04-03 | Turns out we don't really need the whole deferred-upgrade mess after | Rob Austein | |
all, at least not yet. Real problem was AIA handling, now fixed. svn path=/branches/tk671/; revision=5743 | |||
2014-04-02 | Log something before running deferred upgrades. | Rob Austein | |
svn path=/branches/tk671/; revision=5738 | |||
2014-04-01 | Running deferred SQL upgrades from rpki-start-servers doesn't work, | Rob Austein | |
dunno why, but putting it there was always a kludge. Try moving it to an explicit post-start action in platform-specific startup scripts. Rewrite deferred upgrade script for [5678] to do up-down rekey and revoke as well, since that seemed to work better in initial testing. svn path=/branches/tk671/; revision=5724 | |||
2014-03-29 | Merge rpki-sql-upgrade into rpki-sql-setup. See #671. | Rob Austein | |
svn path=/branches/tk671/; revision=5716 | |||
2014-03-29 | Run SQL upgrades in FreeBSD post-install too. | Rob Austein | |
svn path=/branches/tk671/; revision=5713 | |||
2014-03-29 | Debug rpki-sql-upgrade. | Rob Austein | |
svn path=/branches/tk671/; revision=5712 | |||
2014-03-16 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5705 | |||
2014-01-10 | Still more getopt -> argparse. | Rob Austein | |
svn path=/trunk/; revision=5625 | |||
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein | |
svn path=/trunk/; revision=5624 | |||
2013-11-22 | Add ssl-cert to runtime dependency list for Debian and Ubuntu RPKI | Rob Austein | |
packages. Fixes #615. svn path=/trunk/; revision=5601 | |||
2013-10-23 | Add rrdtool as build depend to make ./configure happy. | Rob Austein | |
svn path=/trunk/; revision=5570 | |||
2013-09-28 | Build on Debian Wheezy too. | Rob Austein | |
svn path=/trunk/; revision=5527 | |||
2013-09-27 | Keep package build on Debian Wheezy from whining that we didn't build | Rob Austein | |
_POW.so for every installed version of Python. We may want to address this by whacking debian/rules instead eventually, but this works and is simple. svn path=/trunk/; revision=5526 | |||
2013-09-25 | Oops, FreeBSD port changes that should have been in [5520]. See #630. | Rob Austein | |
svn path=/trunk/; revision=5521 | |||
2013-09-24 | Disable latest FreeBSD ports system whoopie cushion. Closes #631. | Rob Austein | |
svn path=/trunk/; revision=5518 | |||
2013-09-23 | Use netifaces library to construct a list of IP addresses to stuff | Rob Austein | |
into the Django's furshlugginer ALLOWED_HOSTS list. See #628. svn path=/trunk/; revision=5517 | |||
2013-09-19 | Apache-version-agnosticism, part 1: fix autoconf, FreeBSD port | Rob Austein | |
skeleton, rcynic-cron. rpkigui-apache-confgen still needs work to support 2.4 syntax, but we should be tracking the Apache version number correctly for the version-dependent pathnames on FreeBSD. See #616. svn path=/trunk/; revision=5501 | |||
2013-09-09 | Send mail from rcynic-cron to root, not rcynic. Closes #610. | Rob Austein | |
svn path=/trunk/; revision=5488 |