Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | Use rpki.autoconf instead of whacky generated script headers. More | Rob Austein | |
cleanup along these lines still to be done, but this is a start. svn path=/trunk/; revision=5257 | |||
2013-04-01 | add /etc/rpki/default_settings.py to rpki-ca installed files list | Michael Elkins | |
closes #499 svn path=/trunk/; revision=5249 | |||
2013-03-26 | convert the two remaining scripts using ↵ | Michael Elkins | |
$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 | |||
2013-03-26 | Remove restriction on Django 1.5. See #443 and #495. | Rob Austein | |
svn path=/trunk/; revision=5229 | |||
2013-03-26 | Don't overwrite existing rcynic crontab. Fixes #493. | Rob Austein | |
svn path=/trunk/; revision=5216 | |||
2013-03-18 | Rewrite rcynic-cron to remove horrible maze of dependencies on | Rob Austein | |
external programs to chroot or setuid. Declare dependency on rpki-rp in Ubuntu rpki-ca package. svn path=/trunk/; revision=5171 | |||
2013-03-18 | add first cut at spec file for building RPM packages for RHEL/CentOS 6 | Michael Elkins | |
svn path=/trunk/; revision=5169 | |||
2013-03-15 | Support ports of other branches. | Rob Austein | |
svn path=/trunk/; revision=5158 | |||
2013-03-15 | Debug FreeBSD ports generator. | Rob Austein | |
svn path=/trunk/; revision=5157 | |||
2013-03-14 | fix test for existance of inclusion of apache.conf in rpki-ca.postinst | Michael Elkins | |
closes #469 svn path=/trunk/; revision=5156 | |||
2013-03-14 | Doh, the easy way to create empty files is to create empty files. | Rob Austein | |
svn path=/trunk/; revision=5155 | |||
2013-03-14 | Doh, the easy way to create empty files is to create empty files. | Rob Austein | |
svn path=/trunk/; revision=5154 | |||
2013-03-14 | Clean up FreeBSD ports generator, part 2. | Rob Austein | |
svn path=/trunk/; revision=5153 | |||
2013-03-14 | Clean up FreeBSD port builder, part one. | Rob Austein | |
svn path=/trunk/; revision=5150 | |||
2013-03-14 | fix error in cron job defintion that got fixed in ↵ | Michael Elkins | |
$top/rpkid/portal-gui/Makefile.in but not in the postinst script svn path=/trunk/; revision=5147 | |||
2013-03-14 | Id and copyright. | Rob Austein | |
svn path=/trunk/; revision=5146 | |||
2013-03-14 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5145 | |||
2013-03-14 | Unpack silly debian-package-skeleton.py script, replace other | Rob Austein | |
Debian-universe kludges with something simple that just copies a debian/ skeleton tree and generates a debian/changelog file. svn path=/trunk/; revision=5144 | |||
2013-03-13 | Merge FreeBSD port generators. | Rob Austein | |
svn path=/trunk/; revision=5140 | |||
2013-03-09 | Add rrdtool to build dependencies so ./configure can put its location into ↵ | Rob Austein | |
rcynic-cron. Sigh. svn path=/trunk/; revision=5129 | |||
2013-03-09 | Force a change, for test of packaging tools. | Rob Austein | |
svn path=/trunk/; revision=5127 | |||
2013-03-09 | Michael's replacement rpki-ca.postinst, with minor changes. | Rob Austein | |
svn path=/trunk/; revision=5126 | |||
2013-03-08 | rsync is a build dependency because ./configure says it is. | Rob Austein | |
svn path=/trunk/; revision=5125 | |||
2013-03-07 | Add mod_wsgi, enable mod_ssl. | Rob Austein | |
svn path=/trunk/; revision=5123 | |||
2013-03-07 | pbuilder doesn't provide enough clues for us to guess that we need to | Rob Austein | |
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121 | |||
2013-03-07 | Add "Section: net" header to debian/control; fixes #449. Make both | Rob Austein | |
RPKI packages depend on apache2; fixes #445. Get rid of "pip install" hack and change back to proper depends on Django and South to work properly with project APT repository; see #423. mod_ssl ("a2enmod ssl") and mod_wsgi not handled yet, get those tomorrow. svn path=/trunk/; revision=5118 | |||
2013-03-06 | revert [5096] | Michael Elkins | |
see #438 svn path=/trunk/; revision=5108 | |||
2013-03-03 | move build-time generated configuration to local_settings.py and leave ↵ | Michael Elkins | |
settings.py as a static file svn path=/trunk/; revision=5096 | |||
2013-02-26 | Create publication directory. | Rob Austein | |
svn path=/trunk/; revision=5080 | |||
2013-02-26 | Need rpki.conf to start CA daemons. | Rob Austein | |
svn path=/trunk/; revision=5075 | |||
2013-02-26 | Make Django requirement consistent in doc and scripts: we now want 1.3.7 or ↵ | Rob Austein | |
later. svn path=/trunk/; revision=5073 | |||
2013-02-24 | Debug xinetd setup. | Rob Austein | |
svn path=/branches/tk377/; revision=5061 | |||
2013-02-23 | Add dependency on xinetd. | Rob Austein | |
svn path=/branches/tk377/; revision=5057 | |||
2013-02-23 | More post-installation: add rpki-rtr listener to /etc/services and | Rob Austein | |
/etc/inetd.conf, create a few missing directories. svn path=/branches/tk377/; revision=5056 | |||
2013-02-22 | Hack to use pip to install recent versions of Django and South. | Rob Austein | |
Probably should be replaced by our own APT repository at some point, but this seems to work. svn path=/branches/tk377/; revision=5054 | |||
2013-02-19 | Get rid of silly "r" prefix on version number for FreeBSD packages, | Rob Austein | |
among other reasons so that we can have the same version numbers on FreeBSD and Ubuntu, doh. svn path=/branches/tk377/; revision=5042 | |||
2013-02-18 | Install generated debian/changelog, now that we generate ones that debuild ↵ | Rob Austein | |
accepts. svn path=/branches/tk377/; revision=5041 | |||
2013-02-18 | debuild et al are picky about format of email addresses. | Rob Austein | |
For some reason debuild now cares about "make test" failing (which it always has on package builds, because of MySQL setup requirements, but debuild used to ignore that), so tweak rules to skip the test suite. svn path=/branches/tk377/; revision=5040 | |||
2013-02-18 | Script to automate debian/changelogs. | Rob Austein | |
svn path=/branches/tk377/; revision=5039 | |||
2013-02-17 | Add rc.d script. | Rob Austein | |
svn path=/branches/tk377/; revision=5038 | |||
2013-02-11 | Debug pkg-plist generation. | Rob Austein | |
svn path=/branches/tk377/; revision=5037 | |||
2013-02-11 | pkg-plist generation hacks. | Rob Austein | |
svn path=/branches/tk377/; revision=5036 | |||
2013-02-05 | Run daemons as root for now, come back to permission issues when | Rob Austein | |
everything else works as expected. svn path=/branches/tk377/; revision=5028 | |||
2013-02-05 | Clean up debian/ directory, enable upstart. | Rob Austein | |
svn path=/branches/tk377/; revision=5027 | |||
2013-02-04 | Tweak directory ownerships on Debian install, and add a few more bits | Rob Austein | |
to rpki-ca.upstart while we're at it. svn path=/branches/tk377/; revision=5025 | |||
2013-02-04 | Allow naming tree(s) on command line. | Rob Austein | |
svn path=/branches/tk377/; revision=5024 | |||
2013-02-03 | Wrapped debian skeleton. | Rob Austein | |
svn path=/branches/tk377/; revision=5023 | |||
2013-02-03 | Helper for generating package skeletons. | Rob Austein | |
svn path=/branches/tk377/; revision=5022 | |||
2013-02-03 | Checkpoint. | Rob Austein | |
svn path=/branches/tk377/; revision=5021 | |||
2013-02-03 | Cleanup | Rob Austein | |
svn path=/branches/tk377/; revision=5017 |