aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki-sql-setup.py
AgeCommit message (Collapse)Author
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-30Add --missing_only and --mysql_defaults to rpki-sql-setup.Rob Austein
svn path=/trunk/; revision=5248
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-04-18Add start_{rpki,irdb,pub,root}d options. See #238.Rob Austein
svn path=/trunk/; revision=4435
2012-02-03strip empty lines from irdbd schema. closes #163Michael Elkins
svn path=/branches/tk161/; revision=4289
2012-01-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4206
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-10-05Add global traceback control; this closes #95. Clean up someRob Austein
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014
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-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725
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