aboutsummaryrefslogtreecommitdiff
path: root/rpkid/Makefile.in
AgeCommit message (Collapse)Author
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-18Autodetect need for --install-layout=deb on Debian-derived systems.Rob Austein
svn path=/branches/tk377/; revision=4972
2013-01-12Using @cwd in FreeBSD pkg-plist seems to work, and is much less of aRob Austein
change from what has until now been standard practice, so going with that. svn path=/branches/tk377/; revision=4967
2012-12-31Further goofs in installation manifest construction.Rob Austein
svn path=/trunk/; revision=4947
2012-12-23Debug package deinstallation.Rob Austein
svn path=/trunk/; revision=4945
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
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
2012-11-29Create /var/run/rpkid if necessary. Fixes #307.Rob Austein
svn path=/trunk/; revision=4923
2012-11-23snapshot of work in progressMichael Elkins
svn path=/branches/tk329/; revision=4898
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
svn path=/branches/tk319/; revision=4833
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-09-03Add yamlconf to ruleset.Rob Austein
svn path=/branches/tk274/; revision=4691
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570
2012-04-16CleanupRob Austein
svn path=/trunk/; revision=4425
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422
2012-04-15Forgot to take myrpki out of Makefile, oops, fixed. smoketest wasRob Austein
getting upset when trying to delete nonexistent SQL tables; have fixed this before, but apparently managed to break it again. svn path=/trunk/; revision=4418
2012-02-17new script for reseting the labuser* accounts on rpki.netMichael Elkins
svn path=/branches/tk161/; revision=4348
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-02-07remove deprecated web portal scriptsMichael Elkins
svn path=/branches/tk161/; revision=4310
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159
2012-01-13merged with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4154
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
weird. svn path=/branches/tk100/; revision=4146
2011-12-19remove sql setup script for the web portal since it is no longer needed; the ↵Michael Elkins
gui and irdbd will share the same database, and the irdbd database is setup by $top/rpkid/rpki-sql-setup.py svn path=/branches/tk139/; revision=4128
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
new Django-model-based entitydb and IRDB. svn path=/branches/tk100/; revision=4121
2011-12-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
svn path=/branches/tk100/; revision=4109
2011-12-08Use mysql as the db backend for django.Michael Elkins
Pull SQL authentication information from rpki.conf so the user need not edit settings.py. svn path=/branches/tk139/; revision=4106
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
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-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
svn path=/trunk/; revision=4037
2011-10-07add AC_DATAROOTDIR to dictionary of variables to expand in python config filesMichael Elkins
svn path=/rpkid/Makefile.in; revision=4020
2011-06-25We no longer need pywrapRob Austein
svn path=/configure; revision=3899
2011-06-10update to install rpkigui-rcynicMichael Elkins
svn path=/rpkid/Makefile.in; revision=3863
2011-05-19Turn on -Bsymbolic where supported, per suggestion from Andy Polyakov.Rob Austein
svn path=/configure; revision=3820
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-04-28Dependency nitRob Austein
svn path=/rpkid/Makefile.in; revision=3795
2011-04-21Hack Doxygen IMAGE_PATH via Makefile and environment variable ratherRob Austein
than feeding doc source through autoconf. svn path=/configure; revision=3781
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information ↵Michael Elkins
rather than using the rpkigui-list-resources script svn path=/rpkid/Makefile.in; revision=3751
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-03-03Simplify rules slightlyRob Austein
svn path=/rpkid/Makefile.in; revision=3712
2011-03-03add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is ↵Michael Elkins
detected by the configure script svn path=/configure; revision=3710
2011-03-02update configure and rpkid/Makefile.in to reflect new location of ↵Michael Elkins
$top/portal-gui svn path=/configure; revision=3705
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
svn path=/portal-gui; revision=3701
2011-02-22settings.py needed silly chmod hack tooRob Austein
svn path=/rpkid/Makefile.in; revision=3687
2011-02-22Have to make script file writable before whacking itRob Austein
svn path=/rpkid/Makefile.in; revision=3686
2011-02-12load_csv.py erroneously not copied to rpkigui-load-csvMichael Elkins
svn path=/rpkid/Makefile.in; revision=3677