aboutsummaryrefslogtreecommitdiff
path: root/rpkid/setup.py
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-03-30Debug merge of rpki-sql-update into rpki-sql-setup.Rob Austein
svn path=/branches/tk671/; revision=5717
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
2013-09-19new cli script rpkigui-query-routes to query the web portal's ↵Michael Elkins
routeview/rcynic db for route validity svn path=/trunk/; revision=5500
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
svn path=/trunk/; revision=5315
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-06Move installation of portal-gui data files into setup.py.Rob Austein
svn path=/trunk/; revision=5289
2013-04-06Move our distutils extensions into a separate module.Rob Austein
svn path=/trunk/; revision=5288
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-05Feh, missed some quotes when converting from Makefile syntax.Rob Austein
svn path=/trunk/; revision=5286
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-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
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-10install rpki.gui.app.migrationsMichael Elkins
svn path=/branches/tk316/; revision=4837
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-01-20create custom template tag for fetching the verbose_name or ↵Michael Elkins
verbose_name_plural in generic object list/detail views select page title based on verbose_name instead of passing in page_title rename templates to the default name selected by object_detail() and object_list() generic views use generic delete_object() view for parents and ghostbusters svn path=/branches/tk161/; revision=4252
2012-01-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4206
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159
2011-06-09add support for browing the rcynic cacheMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859
2011-05-03Sanity-check data_files values before handing them to setup, to avoidRob Austein
embarassing errors in "make deinstall". svn path=/rpkid/setup.py; revision=3799
2011-03-24remove installation of templates from rpki.guiMichael Elkins
svn path=/rpkid/setup.py; revision=3740
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes svn path=/rpkid/portal-gui/Makefile.in; revision=3709
2011-03-02install rpki.gui.app's django templates into the python package since it is ↵Michael Elkins
logically party of the app, not the project svn path=/rpkid/setup.py; revision=3708
2011-01-25Fix bdist_rpm againRob Austein
svn path=/rpkid/setup.py; revision=3662
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
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-23Preliminary hacks for .rpm and .deb packagingRob Austein
svn path=/rpkid/Makefile.in; revision=3639
2011-01-21Basic "make install" and "make deinstall" now works for rpkid/Rob Austein
directory. No doubt I'm still forgetting something, eg, schema files needed for setup, but basic mechanism seems to work. svn path=/rpkid/Makefile.in; revision=3625
2011-01-20Oops, have to list sub-packages explictly.Rob Austein
svn path=/rpkid/setup.py; revision=3612
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
build it. svn path=/configure; revision=3610