aboutsummaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Collapse)Author
2014-04-09First pass at updated debuild configuration.Rob Austein
svn path=/branches/tk685/; revision=5772
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2014-04-03If 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-03Turns out we don't really need the whole deferred-upgrade mess afterRob Austein
all, at least not yet. Real problem was AIA handling, now fixed. svn path=/branches/tk671/; revision=5743
2014-04-02Log something before running deferred upgrades.Rob Austein
svn path=/branches/tk671/; revision=5738
2014-04-01Running 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-29Merge rpki-sql-upgrade into rpki-sql-setup. See #671.Rob Austein
svn path=/branches/tk671/; revision=5716
2014-03-29Run SQL upgrades in FreeBSD post-install too.Rob Austein
svn path=/branches/tk671/; revision=5713
2014-03-29Debug rpki-sql-upgrade.Rob Austein
svn path=/branches/tk671/; revision=5712
2014-03-16Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5705
2014-01-10Still more getopt -> argparse.Rob Austein
svn path=/trunk/; revision=5625
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-11-22Add ssl-cert to runtime dependency list for Debian and Ubuntu RPKIRob Austein
packages. Fixes #615. svn path=/trunk/; revision=5601
2013-10-23Add rrdtool as build depend to make ./configure happy.Rob Austein
svn path=/trunk/; revision=5570
2013-09-28Build on Debian Wheezy too.Rob Austein
svn path=/trunk/; revision=5527
2013-09-27Keep package build on Debian Wheezy from whining that we didn't buildRob 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-25Oops, FreeBSD port changes that should have been in [5520]. See #630.Rob Austein
svn path=/trunk/; revision=5521
2013-09-24Disable latest FreeBSD ports system whoopie cushion. Closes #631.Rob Austein
svn path=/trunk/; revision=5518
2013-09-23Use netifaces library to construct a list of IP addresses to stuffRob Austein
into the Django's furshlugginer ALLOWED_HOSTS list. See #628. svn path=/trunk/; revision=5517
2013-09-19Apache-version-agnosticism, part 1: fix autoconf, FreeBSD portRob 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-09Send mail from rcynic-cron to root, not rcynic. Closes #610.Rob Austein
svn path=/trunk/; revision=5488
2013-09-03Disable parallel builds. See #604.Rob Austein
svn path=/trunk/; revision=5485
2013-07-06Switch rpki-rtr sockets directory from being owned by "nobody" toRob Austein
being owned by another userid we invented, so kickme works right when not running --cronjob as root. See #557. May need more testing as I am committing this in haste at NRT RedRug and testing on VMs while in transit.... svn path=/trunk/; revision=5426
2013-06-13Need to stash version number in source package.Rob Austein
svn path=/trunk/; revision=5405
2013-06-13Report problems rather than just silently writing "Unknown".Rob Austein
svn path=/trunk/; revision=5404
2013-06-10Another gratuitous checkin to force new revision.Rob Austein
svn path=/trunk/; revision=5387
2013-06-10Trivial cleanup to force new repository version while testing changeRob Austein
to snapshot script. svn path=/trunk/; revision=5385
2013-06-10rpki.version hack and rpkic command to display it.Rob Austein
See #543. svn path=/trunk/; revision=5384
2013-05-28Don't stomp rpki.conf when installing from Makefiles. MakeRob Austein
deinstallation of rpki.conf the user's problem except on platforms like Ubuntu where we can tell the difference between upgrade, remove, and purge. See #531. svn path=/trunk/; revision=5336
2013-05-04TypoRob Austein
svn path=/trunk/; revision=5324
2013-05-04Better tweak.Rob Austein
svn path=/trunk/; revision=5323
2013-05-04Tweak crontab.Rob Austein
svn path=/trunk/; revision=5322
2013-05-04Absolute pathnames, crontab. See #526.Rob Austein
svn path=/trunk/; revision=5321
2013-05-04Absolute paths.Rob Austein
svn path=/trunk/; revision=5320
2013-05-03Update FreeBSD port skeleton. Not (yet) tested properly due to bugsRob Austein
in pkgng causing pkgng to dump core on test machine (!). See #526. svn path=/trunk/; revision=5318
2013-05-02Move all the @exec and @unexec stuff to pkg-install and pkg-deinstall. See ↵Rob Austein
#526. svn path=/trunk/; revision=5317
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
svn path=/trunk/; revision=5315
2013-04-24Add pbuilder script to repository.Rob Austein
svn path=/trunk/; revision=5309
2013-04-24Rewrite rpki-sql-setup to minimize the number of times we have toRob Austein
prompt for the MySQL root password during installs and upgrades. svn path=/trunk/; revision=5306
2013-04-17Add --pwgen option to rpki-confgen. Add framework for rpkidRob Austein
post-install actions. Clean up a bunch of useless __doc__ strings in preparation for converting most tools from getopt to argparse. svn path=/trunk/; revision=5299
2013-04-15Add cronjob to update BPKI files. Fix routeviews cronjob. Clean upRob Austein
cronjobs on deinstallation. svn path=/trunk/; revision=5296
2013-04-08Teach FreeBSD rpki-ca port about rpki-confgen. Clean up various minor ↵Rob Austein
annoyances in build-freebsd-ports.py. svn path=/trunk/; revision=5292
2013-04-07Clean up properly when purging installed packages on Ubuntu.Rob Austein
Rework default behavior of rpki-sql-setup to be less dangerous. svn path=/trunk/; revision=5291
2013-04-06CleanupRob Austein
svn path=/trunk/; revision=5290
2013-04-06Teach setup.py how to install scripts in more than one directory, moveRob Austein
some of the scripts to ${libexecdir} where they probably should have been all along. Teach rpki-start-servers to use rpki.autoconf to determine where the daemon scripts live. svn path=/trunk/; revision=5287
2013-04-05Add --debuild option.Rob Austein
svn path=/trunk/; revision=5284
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
properly after install on Ubuntu. Some cleanup still required, rpki-ca cron stuff isn't done yet, and GUI has not yet been tested with this, but daemons now start up properly upon install as an Ubuntu user would expect, which is some kind of progress. svn path=/trunk/; revision=5283
2013-04-05Some recent cleanup broke package builds on Ubuntu, fix that.Rob Austein
svn path=/trunk/; revision=5281
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
merge remainder of settings.py into default_settings.py and remove settings.py.in remove $top/buildtools/subst-vars.py since it was only used to generate settings.py from settings.py.in move ${datarootdir}/default_settings.py to rpki.gui.default_settings set DJANGO_SETTINGS_MODULE to rpki.gui.default_settings in ${datarootdir}/rpki/wsgi/rpki.wsgi svn path=/trunk/; revision=5275
2013-04-03Use rpki.autoconf instead of whacky generated script headers. MoreRob Austein
cleanup along these lines still to be done, but this is a start. svn path=/trunk/; revision=5257