aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-09Doh. Typo.Rob Austein
svn path=/branches/tk377/; revision=4963
2013-01-09More fun with pkg-install.Rob Austein
svn path=/branches/tk377/; revision=4962
2013-01-08Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=4960
2013-01-08CheckpointRob Austein
svn path=/branches/tk377/; revision=4959
2013-01-08merge ^/branches/tk325Michael Elkins
svn path=/trunk/; revision=4957
2013-01-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4955
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2013-01-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4953
2013-01-05Use a distutils MANIFEST.in template, at least for now. There mightRob Austein
be a better way to do this, perhaps directly in setup.py, but this lets bdist_rpm run to completion. svn path=/branches/tk377/; revision=4951
2013-01-05Initial (experimental) $top/setup.py and support code.Rob Austein
svn path=/branches/tk377/; revision=4950
2013-01-04installation-scripts/linux/install.sh is in svn now rather thanRob Austein
generated, so distclean should not remove it. svn path=/trunk/; revision=4948
2012-12-31Further goofs in installation manifest construction.Rob Austein
svn path=/trunk/; revision=4947
2012-12-27Perl and makedepend, both needed by OpenSSL.Rob Austein
svn path=/trunk/; revision=4946
2012-12-23Debug package deinstallation.Rob Austein
svn path=/trunk/; revision=4945
2012-12-23Cleaner substitution.Rob Austein
svn path=/trunk/; revision=4944
2012-12-23"install -t" is a GNU-ism that only works on some platforms.Rob Austein
See #373. svn path=/trunk/; revision=4943
2012-12-21Move some BUILD_DEPENDS out to RUN_DEPENDS.Rob Austein
svn path=/trunk/; revision=4942
2012-12-21Set NO_DEPENDS while building pkg-plist.Rob Austein
svn path=/trunk/; revision=4941
2012-12-20First cut at script to create FreeBSD port. Not ready for prime time.Rob Austein
Still needs to run through set of tests prescribed in FreeBSD manual, particularly regarding installation, deinstallation, and package manipluations. svn path=/trunk/; revision=4940
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
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-12-20RedHat and Ubuntu can't even agree on where the freaking "test"Rob Austein
program lives, so even autoconf wouldn't be able to sort this out without relying on a sane $PATH setting. Enough already. Use unadorned program names, and if that bites the user during the build process, blame it on the penguins. Closes #368. svn path=/trunk/; revision=4937
2012-12-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4936
2012-12-13Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4935
2012-12-13Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4934
2012-12-13Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4933
2012-12-13Update message printed at end of Linux installation. See #363.Rob Austein
svn path=/trunk/; revision=4932
2012-12-13Make shared library copying code work again on Ubuntu 12.04LTS. NeedRob Austein
to test other Linux platforms to see what this breaks. Whole thing probably needs to be controlled a lot more tightly by autoconf. See #363. svn path=/trunk/; revision=4931
2012-12-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4930
2012-12-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4929
2012-12-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4928
2012-12-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4927
2012-12-10First cut at adding support for Ubuntu 12.04. See #363.Rob Austein
Not yet tested, because upgrade to my test machine is taking a while. svn path=/trunk/; revision=4926
2012-12-01Every other platform puts touch in /usr/bin, but Red Hat is tooRob Austein
special for that. Closes #359. svn path=/trunk/; revision=4925
2012-11-30LACNIC rolled their trust anchor key and location.Rob Austein
svn path=/trunk/; revision=4924
2012-11-29Create /var/run/rpkid if necessary. Fixes #307.Rob Austein
svn path=/trunk/; revision=4923
2012-11-28Check signedObject URI when present. Closes #173.Rob Austein
svn path=/trunk/; revision=4922
2012-11-28Teach resource_range_ip.parse_str() to autodetect IP version. Closes #338.Rob Austein
svn path=/trunk/; revision=4921
2012-11-28Add testable property resource_range_ip.can_be_prefix for contextsRob Austein
where catching an exception isn't practical. Closes #357. svn path=/trunk/; revision=4920
2012-11-27Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4919
2012-11-27Fix error message regarding the minimum version requirement for Django. See ↵Michael Elkins
#358 svn path=/trunk/; revision=4918
2012-11-27merge ^/branches/tk329Michael Elkins
see #329 svn path=/trunk/; revision=4914
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need ↵Michael Elkins
reverse_lazy. needed to support django 1.3 svn path=/branches/tk329/; revision=4912
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
svn path=/branches/tk329/; revision=4911
2012-11-27fix formatting in roa request creation confirmation viewMichael Elkins
svn path=/branches/tk329/; revision=4910
2012-11-26use table to display repository detailsMichael Elkins
fix css class typo in roa detail view svn path=/branches/tk329/; revision=4909
2012-11-26use css class row-fluid instead of row to use relative widths rather than ↵Michael Elkins
absolute pixels rename roa_request_confirm_delete.html to roarequest_confirm_delete.html to match the other roarequest templates svn path=/branches/tk329/; revision=4908
2012-11-26remove dependence on django-crispy-forms by including a basic form template ↵Michael Elkins
for twitter bootstrap svn path=/branches/tk329/; revision=4907
2012-11-26remove duplicate copies of web portal medaMichael Elkins
svn path=/branches/tk329/; revision=4906
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template remove verbose_name from some models where it wasn't needed add form_title variable to some forms where it was missing svn path=/branches/tk329/; revision=4905