aboutsummaryrefslogtreecommitdiff
path: root/rpkid/Makefile.in
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-30First cut at RelaxNG schema for router certificate request interchange.Rob Austein
svn path=/branches/tk671/; revision=5655
2013-11-27$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.Rob Austein
svn path=/trunk/; revision=5606
2013-09-25Add --enable-wsgi-python-egg-cache. See #630.Rob Austein
svn path=/trunk/; revision=5520
2013-09-20Oops, this went with [5507], see #616.Rob Austein
svn path=/trunk/; revision=5508
2013-09-10Skip build/ subdirectory when constructing TAGS files.Rob Austein
svn path=/trunk/; revision=5490
2013-06-02Do all the script builds during "make all" too.Rob Austein
svn path=/trunk/; revision=5343
2013-06-02We're going to end up building _POW.so twice to support both --inplaceRob Austein
and installation, so just do both during "make all" and have done. svn path=/trunk/; revision=5342
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-07Do something imperfect that works now for cron setup, rather thanRob Austein
continuing to skip cron setup when installing from source until we have a perfect solution. svn path=/trunk/; revision=5329
2013-05-06Common code for crontab manipulation.Rob Austein
svn path=/trunk/; revision=5325
2013-05-02Whack Apache configuration into shape on FreeBSD.Rob Austein
svn path=/trunk/; revision=5316
2013-05-01Start consolidating Apache configuration voodoo into new scriptRob Austein
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313
2013-04-24CleanupRob Austein
svn path=/trunk/; revision=5308
2013-04-24Start fleshing out install-postconf target, now that we have a halfway sane ↵Rob Austein
version of rpki-sql-setup. svn path=/trunk/; revision=5307
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-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-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285
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-04configure no longer needs to look for django-admin.pyMichael Elkins
svn path=/trunk/; revision=5280
2013-04-04convert ${sbindir}/rpki-manage from a shell script to a pure python scriptMichael Elkins
svn path=/trunk/; revision=5279
2013-04-04Start integrating rpki-confgen with build process.Rob Austein
svn path=/trunk/; revision=5277
2013-04-04set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than ↵Michael Elkins
substituting at build time svn path=/trunk/; revision=5276
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-04set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of ↵Michael Elkins
substituting it at build time svn path=/trunk/; revision=5274
2013-04-03remove support for virtualenv.Michael Elkins
closes #504 svn path=/trunk/; revision=5269
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
2013-03-27no longer necessary to build aux scripts that won't be installed.Michael Elkins
svn path=/trunk/; revision=5237
2013-03-26auto generate rpki.gui.autoconf with the expansions of all the standard ↵Michael Elkins
variables so they can be accessed by other modules svn path=/trunk/; revision=5235
2013-03-26remove some variables no longer required in settings.py.inMichael Elkins
svn path=/trunk/; revision=5234
2013-03-26convert the two remaining scripts using ↵Michael Elkins
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226
2013-03-26configure logging support to go both to apache.log and to email the admins ↵Michael Elkins
upon ERROR put static configuration into ${sysconfdir}/rpki/default_settings.py to avoid issue with %() expansion when settings.py is generated closes #496 svn path=/trunk/; revision=5220
2013-03-25install ${sbindir}/rpkigui-rcynicMichael Elkins
see #487 svn path=/trunk/; revision=5212
2013-03-19rpkigui-rcynic no longer needs to be built or installed now that rcynic-cron ↵Michael Elkins
invokes the undering python module implementing the feature svn path=/trunk/; revision=5180
2013-03-19$DJANGO_DIR is no longer needed and not used anywhereMichael Elkins
svn path=/trunk/; revision=5175
2013-03-13add new helper script for the rpki workshop to create web user accounts for ↵Michael Elkins
each labuser* resource holder svn path=/trunk/; revision=5141
2013-03-07fix issue with automatically built config filesMichael Elkins
svn path=/trunk/; revision=5122
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
add script to be invoked by cron to download routeviews data add install-linux target for creating cron jobs for some rpki gui tasks svn path=/trunk/; revision=5119
2013-03-06revert [5096]Michael Elkins
see #438 svn path=/trunk/; revision=5108
2013-03-03move build-time generated configuration to local_settings.py and leave ↵Michael Elkins
settings.py as a static file svn path=/trunk/; revision=5096
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old ↵Michael Elkins
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086
2013-02-26Create publication directory.Rob Austein
svn path=/trunk/; revision=5080
2013-02-26Clean generated rpki.conf.sample.Rob Austein
svn path=/trunk/; revision=5079
2013-02-26Sigh, I guess it would be too simple if @sharedstatedir@ had anythingRob Austein
to do with /usr/share. Apparently I really meant @datarootdir@. svn path=/trunk/; revision=5078
2013-02-26Make ${sharedstatedir}/rpki/publication the default location for theRob Austein
publication tree. Customize rpki.conf.sample to account for sharedstatedir setting. svn path=/trunk/; revision=5076
2013-02-24First build, then install, doh.Rob Austein
svn path=/branches/tk377/; revision=5060
2013-02-04Install sample rpki.conf, since we don't (yet?) have a good way toRob Austein
generate one automatically during installation. Installation dialog is probably not the right way to go, some kind of setup wizard script for the user to run after installation is probably a better bet. svn path=/branches/tk377/; revision=5026
2013-02-03Seems /var/run is a temporary filesystem on some platforms.Rob Austein
svn path=/branches/tk377/; revision=5016