index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
portal-gui
/
Makefile.in
Age
Commit message (
Expand
)
Author
2013-11-27
$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.
Rob Austein
2013-05-02
Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.
Rob Austein
2013-04-06
Move installation of portal-gui data files into setup.py.
Rob Austein
2013-03-19
revert OS specific post install rules added in [5119]
Michael Elkins
2013-03-14
add alias for /rcynic/ to the generated apache.conf (see #465)
Michael Elkins
2013-03-12
set PATH in cron entry otherwise rpkigui-import-routes script is not found in...
Michael Elkins
2013-03-11
fix error in crontab entry where it was not running every two hours
Michael Elkins
2013-03-07
use --enable-target-install framework to add install-linux to the install tar...
Michael Elkins
2013-03-07
move installation of most portal-gui scripts to setup.py (see #373)
Michael Elkins
2013-03-06
revert [5096]
Michael Elkins
2013-03-03
move build-time generated configuration to local_settings.py and leave settin...
Michael Elkins
2013-01-31
Merge from trunk.
Rob Austein
2013-01-18
Get rid of "installation-manifest" Makefile target silliness.
Rob Austein
2012-12-23
"install -t" is a GNU-ism that only works on some platforms.
Rob Austein
2012-12-20
Add "make instalation-manifest" as a first cut at something that will
Rob Austein
2012-11-26
also remove settings.pyc in uninstall
Michael Elkins
2012-11-26
configure now sets STATIC_ROOT in settings.py
Michael Elkins
2012-11-26
rewrite ghostbuster_{create,edit} not to use generic views
Michael Elkins
2012-11-22
commiting work in progress
Michael Elkins
2012-11-20
add support for client side route lookup in the roa creation form
Michael Elkins
2012-11-15
Pull from /trunk.
Rob Austein
2012-09-30
Don't whack installation directories if they already exist. Maybe
Rob Austein
2012-02-08
use install -d instead of -D, which is not supported under freebsd's install
Michael Elkins
2012-02-07
combine install targets into single target
Michael Elkins
2012-02-06
create /usr/local/share/rpki if it doesn't exist
Michael Elkins
2012-01-17
web portal no longer needs to write files in ${localstatedir}
Michael Elkins
2012-01-17
install twitter boostrap.min.css into web portal media directory
Michael Elkins
2012-01-17
forgot to fix apache/rpki.conf -> apache.conf in makefile
Michael Elkins
2012-01-17
rename the apache configuration file from rpki.conf to apache.conf
Michael Elkins
2011-12-08
Use mysql as the db backend for django.
Michael Elkins
2011-11-23
remove features that depend on django 1.3, so that portal gui works with djan...
Michael Elkins
2011-11-11
if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and co...
Michael Elkins
2011-11-10
move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...
Michael Elkins
2011-10-13
use the django.contrib.staticfiles app to serve the django admin site media.
Michael Elkins
2011-10-07
install copy of example rpki.conf as template for new gui users
Michael Elkins
2011-05-10
Don't assume installation directories exist
Rob Austein
2011-05-06
DESTDIR
Rob Austein
2011-03-03
put django project templates into $top/rpkid/rpki/gui/templates
Michael Elkins
2011-03-02
portal-gui project Makefile should not install django app templates
Michael Elkins
2011-03-02
move $top/portal-gui into $top/rpkid/portal-gui
Michael Elkins