Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/; revision=5279
|
|
svn path=/trunk/; revision=5278
|
|
substituting at build time
svn path=/trunk/; revision=5276
|
|
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
|
|
substituting it at build time
svn path=/trunk/; revision=5274
|
|
svn path=/trunk/; revision=5272
|
|
closes #504
svn path=/trunk/; revision=5269
|
|
will download the routeview.org data from the default URL
see #502
svn path=/trunk/; revision=5267
|
|
$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
|
|
by cron
svn path=/trunk/; revision=5228
|
|
svn path=/trunk/; revision=5227
|
|
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required
svn path=/trunk/; revision=5226
|
|
no longer are shipping that way.
svn path=/trunk/; revision=5223
|
|
scripts are too verbose
svn path=/trunk/; revision=5222
|
|
forgotten rpkitest command line util
svn path=/trunk/; revision=5221
|
|
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
|
|
see #496
svn path=/trunk/; revision=5218
|
|
closes #494
svn path=/trunk/; revision=5217
|
|
the wiki.
svn path=/trunk/; revision=5179
|
|
svn path=/trunk/; revision=5178
|
|
svn path=/trunk/; revision=5177
|
|
svn path=/trunk/; revision=5151
|
|
svn path=/trunk/; revision=5148
|
|
is unset
svn path=/trunk/; revision=5142
|
|
each labuser* resource holder
svn path=/trunk/; revision=5141
|
|
in ${sbindir}
svn path=/trunk/; revision=5134
|
|
svn path=/trunk/; revision=5132
|
|
svn path=/trunk/; revision=5131
|
|
target for the web portal
svn path=/trunk/; revision=5120
|
|
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
|
|
svn path=/trunk/; revision=5115
|
|
see #447
svn path=/trunk/; revision=5111
|
|
see #438
svn path=/trunk/; revision=5108
|
|
sqlite db backend
svn path=/trunk/; revision=5101
|
|
see #442
svn path=/trunk/; revision=5100
|
|
rpkid/rpki/gui/routeview/util.py
see #442
svn path=/trunk/; revision=5098
|
|
script wrapper
see #442
svn path=/trunk/; revision=5097
|
|
settings.py as a static file
svn path=/trunk/; revision=5096
|
|
rather than a string
add a custom encoder to the mysql database connection which converts long
values to hex strings when generating SQL statements
closes #434
svn path=/trunk/; revision=5093
|
|
roas which had multiple prefixes
see #421
svn path=/trunk/; revision=5086
|
|
svn path=/branches/tk377/; revision=4997
|
|
svn path=/branches/tk377/; revision=4974
|
|
See #373.
svn path=/trunk/; revision=4943
|
|
automate construction of things like the pkg-plist for a FreeBSD port.
This is a fairly nasty kludge, but we're kind of trapped at the
intersection of two different build systems (autoconf and disttools)
and a laundry list of platform-specific packaging systems, so anything
we do here is likely to be nasty, and almost anything is better than
trying to maintain packing lists for all those systems by hand.
svn path=/trunk/; revision=4938
|
|
for twitter bootstrap
svn path=/branches/tk329/; revision=4907
|
|
svn path=/branches/tk329/; revision=4906
|
|
svn path=/branches/tk329/; revision=4904
|
|
revert to /media for serving static js, img and css files since that is what previously installed web servers will be configured to serve
update makefile to install media files that would normally be installed by "django-admin collectstatic"
svn path=/branches/tk329/; revision=4902
|
|
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
|