aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2013-07-16Save rcynic-html for last in rcynic-cron, as it's less critical thanRob Austein
tasks like feeding the rpki-rtr engine. Treat failure to find rrdtool as a fatal error during ./configure, to avoid building a version of rcynic-html that can't generate graphs. Closes #583. svn path=/trunk/; revision=5430
2013-07-04Non-packaged builds on Ubuntu should install Python libraries toRob Austein
/usr/local/lib/, not /usr/lib/. See #575. svn path=/trunk/; revision=5425
2013-05-07Require lxml, don't just test for it.Rob Austein
svn path=/trunk/; revision=5331
2013-05-07Check for argparse.Rob Austein
svn path=/trunk/; revision=5330
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-04configure no longer needs to look for django-admin.pyMichael Elkins
svn path=/trunk/; revision=5280
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-03remove support for virtualenv.Michael Elkins
closes #504 svn path=/trunk/; revision=5269
2013-03-19revert OS specific post install rules added in [5119]Michael Elkins
svn path=/trunk/; revision=5177
2013-03-19$DJANGO_DIR is no longer needed and not used anywhereMichael Elkins
svn path=/trunk/; revision=5175
2013-03-19regenerate configureMichael Elkins
svn path=/trunk/; revision=5172
2013-03-08Whack OpenSSL configuration to pull its notion of the CPU fromRob Austein
autoconf rather than deducing this on its own, so that we can use pbuilder and pbuilder-dist to build both 32-bit and 64-bit packages on the same 64-bit Ubuntu machine. See #423. svn path=/trunk/; revision=5124
2013-03-07pbuilder doesn't provide enough clues for us to guess that we need toRob Austein
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121
2013-03-07use --enable-target-install framework to add install-linux to the install ↵Michael Elkins
target for the web portal svn path=/trunk/; revision=5120
2013-03-07Relax South requirement to version 0.7.5, per Michael's testing. Closes #450.Rob Austein
svn path=/trunk/; revision=5117
2013-03-06display error message if username was omitted when specifying ↵Michael Elkins
--enable-wsgi-daemon-mode svn path=/trunk/; revision=5113
2013-03-06revert [5090]Michael Elkins
see #423 svn path=/trunk/; revision=5109
2013-02-28if the django-admin script is not found, configure should exit and inform ↵Michael Elkins
the user so they can correct their $PATH see #431 svn path=/trunk/; revision=5090
2013-02-26Make Django requirement consistent in doc and scripts: we now want 1.3.7 or ↵Rob Austein
later. svn path=/trunk/; revision=5073
2013-02-25Punt top-level setup.py, for now. There's a lot of useful code inRob Austein
this which we might want to salvage some day, but the platform-specific packaging ended up evolving in a very different direction, so for now this stuff is just a distraction. SVN will remember it for us, dust it off some day in the future if needed. svn path=/branches/tk377/; revision=5064
2013-02-24inetd/xinetd listener for rpki-rtr on source code installation, also needed ↵Rob Austein
for Ubuntu package. svn path=/branches/tk377/; revision=5058
2013-02-11Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5035
2013-02-11Add --disable-rp-tools, for package building.Rob Austein
svn path=/branches/tk377/; revision=5034
2013-02-03Change default location of rcynic-html output on FreeBSD to track theRob Austein
current FreeBSD Apache default, silly though that location may be. Thanks, Jay! svn path=/branches/tk377/; revision=5020
2013-02-03Doh, don't put in generated rcynic.conf.Rob Austein
svn path=/branches/tk377/; revision=5018
2013-02-02rcynic requires rsync, doh.Rob Austein
svn path=/branches/tk377/; revision=5010
2013-02-02First round of fixes to installation targets.Rob Austein
svn path=/branches/tk377/; revision=5003
2013-02-01Finally ready to start testing new rcynic install code.Rob Austein
svn path=/branches/tk377/; revision=5002
2013-02-01CheckpointRob Austein
svn path=/branches/tk377/; revision=5001
2013-02-01Add rcynic-cron.Rob Austein
svn path=/branches/tk377/; revision=4998
2013-01-31Merge from trunk.Rob Austein
svn path=/branches/tk377/; revision=4997
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988
2013-01-18Autodetect need for --install-layout=deb on Debian-derived systems.Rob Austein
svn path=/branches/tk377/; revision=4972
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2013-01-05Initial (experimental) $top/setup.py and support code.Rob Austein
svn path=/branches/tk377/; revision=4950
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
2012-11-27Fix error message regarding the minimum version requirement for Django. See ↵Michael Elkins
#358 svn path=/trunk/; revision=4918
2012-11-26require django 1.3 or later. 1.2 is out of the support windowMichael Elkins
svn path=/branches/tk329/; revision=4903
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
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-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-09-10Checkpoint after a lot more cleanup and simplification. No longerRob Austein
linking against libssl, only libcrypto. Internal documentation almost matches current reality. A few deliberate harmless compilation warnings to remind me of loose ends that still want cleaning up. svn path=/branches/tk274/; revision=4706
2012-06-08show.sh has been replaced by rcynic-text.Rob Austein
svn path=/trunk/; revision=4531
2012-06-08Integrate check for vobject with all the other dependency checks. See #259.Rob Austein
svn path=/trunk/; revision=4530
2012-06-08make configure check for the python vobject module when building the gui, ↵Michael Elkins
and give a hint how to install. closes #259. svn path=/trunk/; revision=4529
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-05-02Case error in advisory test.Rob Austein
svn path=/trunk/; revision=4457
2012-04-20Better prerequisite checking. Closes #239.Rob Austein
svn path=/trunk/; revision=4442
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422