diskimage-builder/bin
Ben Nemec 825b1964bb Allow excluding tests from certain files
There are certain scripts (such as the ramdisk init script) that
need to ignore linting rules for one reason or another.  This adds
support for exclusions via a comment in the file like:

"# dib-lint: disable=executable sete"

There should be no ", but I need those to prevent git from treating
that as a comment.  This syntax is similar to the pylint exclusion
mechanism.

Exclusion support is added to the executable check, but not
the alphabetical ordering one because I can't imagine a reason we
would need to disable that, and I don't know that comments are
supported in those files anyway.

Change-Id: I9ecfb47269841dc75a005855455ac26ad2cbc642
2014-05-02 17:18:54 -05:00
..
dib-lint Allow excluding tests from certain files 2014-05-02 17:18:54 -05:00
dib-run-parts Enable running disk-image-create on SUSE Linux 2013-07-24 20:16:31 +10:00
disk-image-create Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
disk-image-get-kernel Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
diskimage_builder Add a simple implementation of element dependency 2013-01-23 16:04:20 -08:00
element-info Remove All Rights Reserved 2014-04-25 11:25:10 -07:00
ramdisk-image-create Build ramdisks in an image chroot. 2013-07-12 11:09:35 +01:00