aboutsummaryrefslogtreecommitdiff
path: root/rpkid/Makefile.in
AgeCommit message (Collapse)Author
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
parents/repositories back into the rpki outbox mailbox don't present link for issuing a roa on address ranges that are not proper prefixes put all urls used by rpkidemo under the /rpki/demo/ prefix created new my_login_required decorator for use in portal gui views used by rpkidemo in order to return response code 403 instead of redirecting to the login page created rpki.gui.app.login view in order to fail with code 403 when rpkidemo user enters a bad username or password instead of redirecting to the login page added support for handling the parent-child setup by placing the uploaded identity.xml files into ${localstatedir}/rpki/inbox for the rpki operator to process manually. The responses are placed into ${localstatedir}/rpki/outbox where the portal gui processes them when rpkidemo polls for a response. svn path=/rpkid/Makefile.in; revision=3674
2011-01-25remove settings.py and rpkigui-list-resources in clean targetMichael Elkins
svn path=/rpkid/Makefile.in; revision=3658
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
2011-01-25settings.py should not be in ${SCRIPTS}Michael Elkins
svn path=/rpkid/Makefile.in; revision=3656
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-23Run alien in verbose modeRob Austein
svn path=/rpkid/Makefile.in; revision=3640
2011-01-23Preliminary hacks for .rpm and .deb packagingRob Austein
svn path=/rpkid/Makefile.in; revision=3639
2011-01-22Trying to guess what we might have installed after the fact is tooRob Austein
flakey, given all the whacky "custom layout" hacks added to distutils by Debian-derived releases and the complete absence of /usr/local from the Python search path on Fedora. What a can of worms. So instead we just ask distutils to record the list of files it installed, and deinstallation consists of removing those files. Not ideal, but hard to do better without a lot of work, given the constraints, and probably not worth trying, since in the long run normal users ought to be using platform-specific packaging systems (apt, yum, portupgrade, macports, ...) to install and deinstall anyway. svn path=/rpkid/Makefile.in; revision=3636
2011-01-22More Ubuntu weirdness: distutils.sysconfig.get_python_lib() saysRob Austein
/usr/lib/blah, but distutils installs in /usr/local/lib/blah, so we can't figure out where it is when we want to deinstall. Feh. Revert first attempt to hack around this, as it didn't help and just broke things on Fedora too. svn path=/rpkid/Makefile.in; revision=3632
2011-01-22Installation fixesRob Austein
svn path=/pywrap/Makefile.in; revision=3631
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-21First cut at deinstallation. Needs to evolve as installation evolves.Rob Austein
svn path=/rpkid/Makefile.in; revision=3624
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
2011-01-20Try using distutils for installation -- not cooked yetRob Austein
svn path=/rpkid/Makefile.in; revision=3613
2011-01-20Fix cleanRob Austein
svn path=/rpkid/Makefile.in; revision=3611
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
build it. svn path=/configure; revision=3610
2011-01-09Rework POW build so that we can use static libraries again.Rob Austein
svn path=/configure; revision=3602
2010-12-31distclean targetRob Austein
svn path=/Makefile.in; revision=3596
2010-12-30Platforms that require pywrap require it when running the testRob Austein
programs too. svn path=/rpkid/Makefile.in; revision=3590
2010-12-29Start autoconf work for POW et alRob Austein
svn path=/configure; revision=3581