diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-02 04:36:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-02 04:36:10 +0000 |
commit | bf789ce9905c72eb26bcdfde9093ccf428ac432f (patch) | |
tree | 3ea3e6d5fcc542d9658ca5b07bc3f548422be4ec /setup.py | |
parent | 01bf6e0fe2904a26261b55d725d2fe2599834982 (diff) |
Switch all rp/utils/ programs to use the Python script versions
instead of the nasty old C versions. C code retained in source tree
for the moment, but will go away soon.
svn path=/trunk/; revision=5825
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -77,14 +77,20 @@ if autoconf.RP_TARGET == "rp": ["templates/*/*.html"]}) scripts += [(autoconf.bindir, - ["rp/rcynic/rcynic-text", + ["rp/rcynic/rcynic-cron", "rp/rcynic/rcynic-html", "rp/rcynic/rcynic-svn", + "rp/rcynic/rcynic-text", "rp/rcynic/validation_status", - "rp/rcynic/rcynic-cron", "rp/rpki-rtr/rpki-rtr", + "rp/utils/find-roa-expiration", + "rp/utils/find_roa", + "rp/utils/hashdir", + "rp/utils/print_roa", + "rp/utils/print_rpki_manifest", + "rp/utils/scan_roas", "rp/utils/scan_routercerts", - "rp/utils/find-roa-expiration"])] + "rp/utils/uri"])] if autoconf.CA_TARGET == "ca": setup_args.update( |