Skip to content
  1. Jan 02, 2017
  2. Aug 15, 2013
  3. Aug 14, 2013
  4. Jun 19, 2013
  5. Jun 11, 2013
  6. Apr 07, 2013
  7. Mar 03, 2013
  8. Feb 19, 2013
  9. Feb 18, 2013
  10. Feb 17, 2013
  11. Feb 16, 2013
  12. 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
  13. Nov 08, 2012
  14. Jul 19, 2012
  15. Jul 13, 2012
  16. Jun 29, 2012
  17. Jun 18, 2012
Loading