Skip to content
  1. Feb 17, 2013
  2. Feb 16, 2013
  3. 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
  4. Nov 08, 2012
  5. Jul 19, 2012
  6. Jul 13, 2012
  7. Jun 29, 2012
  8. Jun 18, 2012
  9. Jun 17, 2012
  10. Jun 16, 2012
  11. Jun 10, 2012
  12. Jun 09, 2012
  13. May 27, 2012
  14. May 26, 2012
Loading