Skip to content
  1. Aug 15, 2013
  2. Aug 14, 2013
  3. Jun 19, 2013
  4. Jun 11, 2013
  5. Apr 07, 2013
  6. Mar 03, 2013
  7. Feb 19, 2013
  8. Feb 18, 2013
  9. Feb 17, 2013
  10. Feb 16, 2013
  11. Nov 14, 2012
    • Kevin Lyda's avatar
      Merge pull request #3 from overplumbum/master · 753e43b9
      Kevin Lyda authored
      Accept filenames used in Debian packaging.
      
      According to the Debian packaging guides, files named debian/foo.cron.d will be installed as /etc/cron.d/foo. Files named debian/cron.d are also allowed - the cron.d file is given the package name in /etc/cron.d. For more info: http://www.debian.org/doc/manuals/maint-guide/dother.en.html#crond
      
      In order to check these files during the packaging phase, files matching (\S+\.)?cron.d must be allowed.
      
      At a later point it is probably a good idea to have these filename extensions enabled by flags. As the comment preceding the code alludes to, some names that run-parts would not accept are already allowed for another file deployment system.
      
      I'll do that later after I review some other packaging system docs.
      753e43b9
  12. Nov 08, 2012
  13. Jul 19, 2012
  14. Jul 13, 2012
  15. Jun 29, 2012
  16. Jun 18, 2012
  17. Jun 17, 2012
  18. Jun 16, 2012
  19. Jun 10, 2012
    • Kevin Lyda's avatar
      More pylint placating. · 66955b6f
      Kevin Lyda authored
      Also added some dist_clean dirs to remove and info on using coverage.
      v1.4a
      66955b6f
    • Kevin Lyda's avatar
      Bump version. · cb233338
      Kevin Lyda authored
      v1.3
      cb233338
    • Kevin Lyda's avatar
      Some pylint fixes. Tox info. · f1238000
      Kevin Lyda authored
      Fixed a number of pylint issues - many more to go.  Have to balance
      pylint's config with the default Google style conventions.
      
      Info on how to use tox.  Well, just telling people to run tox, not a
      huge amount of info there.
      f1238000
    • Kevin Lyda's avatar
      Code clean up. · 5f9f0441
      Kevin Lyda authored
      Add pylint config file.  Clean up some pylint errors.  Clean up setup.py
      and make it work with tox/pip.
      5f9f0441
Loading