diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-12 19:42:35 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-12 19:42:35 +0000 |
commit | 32c6fe7a8786a4d6393b4d05f423deb4594f377d (patch) | |
tree | 2961e15f7483b0639756fdc9b4a66afaee20c5f6 /rpkid | |
parent | f48b8b6b6d06474547d9a24f4d81900d0becc339 (diff) |
lint target was seriously out of date.
svn path=/rpkid/Makefile; revision=3190
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index bda940ce..a8011ae3 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -84,7 +84,7 @@ docs:: cd doc; tar -cf - html | gzip -9 >manual.tar.gz lint: - pylint --rcfile ../scripts/pylint.rc rpki/[a-z]*.py cronjob.py cross_certify.py irbe_cli.py irdbd.py pubd.py rootd.py rpkid.py testbed.py testpoke.py + pylint --rcfile ../scripts/pylint.rc rpki/[a-z]*.py irbe_cli.py irdbd.py pubd.py rootd.py rpkid.py tests/testbed.py tests/testpoke.py ../myrpki/myrpki.py ../myrpki/yamltest.py profile: all python testbed.py -y testbed.2.yaml -p |