Community
Participate
Working Groups
In the git-map.sh scripts that we use to tag and release for the build, it prints out some lines which have OK and other lines which have "Executed..." in them and the recommended next step is to run a grep which trims these lines from the file. Andrew and I discussed this and it would be easier to turn those informational lines into comment by printing a preceeding hash sign to the line. Also it would be nice to replace the "Executed" lines with OK so a single grep would work if users wish to perform it.
done, output will be #OK Executed: ....
.