Loading Makefile.am +6 −3 Original line number Diff line number Diff line Loading @@ -168,8 +168,11 @@ EXTRA_DIST+= \ ReleaseNotes \ scripts/maint/checkIncludes.py \ scripts/maint/checkSpace.pl \ scripts/maint/practracker scripts/maint/practracker/exceptions.txt \ scripts/maint/practracker/metrics.py \ scripts/maint/practracker/practracker.py \ scripts/maint/practracker/problem.py \ scripts/maint/practracker/util.py ## This tells etags how to find mockable function definitions. AM_ETAGSFLAGS=--regex='{c}/MOCK_IMPL([^,]+,\W*\([a-zA-Z0-9_]+\)\W*,/\1/s' Loading changes/ticket31311 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (distribution): - Do not ship any temporary files found in the scripts/maint/practracker directory. Fixes bug 31311; bugfix on 0.4.1.1-alpha. Loading
Makefile.am +6 −3 Original line number Diff line number Diff line Loading @@ -168,8 +168,11 @@ EXTRA_DIST+= \ ReleaseNotes \ scripts/maint/checkIncludes.py \ scripts/maint/checkSpace.pl \ scripts/maint/practracker scripts/maint/practracker/exceptions.txt \ scripts/maint/practracker/metrics.py \ scripts/maint/practracker/practracker.py \ scripts/maint/practracker/problem.py \ scripts/maint/practracker/util.py ## This tells etags how to find mockable function definitions. AM_ETAGSFLAGS=--regex='{c}/MOCK_IMPL([^,]+,\W*\([a-zA-Z0-9_]+\)\W*,/\1/s' Loading
changes/ticket31311 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (distribution): - Do not ship any temporary files found in the scripts/maint/practracker directory. Fixes bug 31311; bugfix on 0.4.1.1-alpha.