aboutsummaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Collapse)Author
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2012-06-14svg2png (cairo) seems to do a slightly better conversion job.Rob Austein
svn path=/trunk/; revision=4539
2012-06-13CleanupRob Austein
svn path=/trunk/; revision=4537
2012-06-13htmldoc doesn't understand SVG, so generate PNG, scaled to a size thatRob Austein
fits on a PDF page as understood by htmldoc. Resulting image quality leaves something to be desired, but not obvious how to do better. svn path=/trunk/; revision=4535
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-04-13Remove <span class="icon"/> elements -- for some reason these leaveRob Austein
messes when this script is run on MacOSX, but not on FreeBSD. Version skews of the programs involved, probably. svn path=/branches/tk161/; revision=4412
2012-04-13New documentation tools.Rob Austein
svn path=/branches/tk161/; revision=4411
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
weird. svn path=/branches/tk100/; revision=4146
2011-12-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
svn path=/branches/tk100/; revision=4109
2011-12-06Fix graphic on NULL-allowed foreign key constraintRob Austein
svn path=/trunk/; revision=4099
2011-11-11prepend ${sysconfdir}/rpki to sys.path to avoid picking up the wrong ↵Michael Elkins
settings.py by accident svn path=/branches/tk103/; revision=4082
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
2011-10-19Wrap SQL schemas up so rpki-sql-setup doesn't have to be run in theRob Austein
build tree (see #8). This appears to work properly but needs more testing, leaving ticket open for now. Also cleaned up a few things that should have moved from scripts/ to buildtools/ a long time ago. svn path=/trunk/; revision=4056
2011-07-27Consolidate all of the import voodoo for MySQLdb into a new module.Rob Austein
svn path=/buildtools/make-python-executable.py; revision=3946
2011-06-29import needs to be output for the script, not in the script itselfMichael Elkins
svn path=/buildtools/make-python-executable.py; revision=3910
2011-06-17More "from __future__ import with_statement" funRob Austein
svn path=/buildtools/make-python-executable.py; revision=3885
2011-03-03Don't add extra newlineRob Austein
svn path=/buildtools/subst-vars.py; revision=3713
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646
2011-01-20Generate Python executables during compilation rather than fromRob Austein
./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620
2010-12-18More autoconfRob Austein
svn path=/buildtools/python-header; revision=3574
2010-03-19First baby steps towards autoconf. Trying to keep this simple, soRob Austein
only using it where absolutely necessary at the moment. svn path=/Makefile; revision=3125