Dan Kenigsberg has posted comments on this change.

Change subject: Add vdsm-tool/load_needed_modules.py to .gitignore
......................................................................


Patch Set 1:

I'm tired of this repeated issue. How about the following make target?

        [ -f .gitignore ] || exit 0;                                    \
        gitignore=`mktemp`;                                             \  
        lsfiles=`mktemp`;                                               \
        LC_ALL=C sort .gitignore > "$$gitignore";                       \
        git ls-files '*.py.in' | sed 's/.in$$//' |                      \ 
            LC_ALL=C sort > "$$lsfiles";                                \
        LC_ALL=C comm -1 -3 "$$gitignore" "$$lsfiles" |                 \      
            grep . && exit 1

--
To view, visit http://gerrit.ovirt.org/7890
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie6f35bd0c4416c5319ef51d1a751b367a3e37d1f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Wenyi Gao <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to