OSDN Git Service

Add a task list generator example
authorTobias Hunger <tobias.hunger@nokia.com>
Fri, 27 Aug 2010 15:10:40 +0000 (17:10 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Fri, 27 Aug 2010 15:25:25 +0000 (17:25 +0200)
commit49a650fb2505a5bedbd4d8b688e939de62ba5e45
tree55d9ff6bab8e8d84cbc37bd103fa3bef81a81ebb
parent1320da6784f1bfdb6c52abc7a0ffd516cf0fbf0d
Add a task list generator example

 * Add a small script that will generate a tasklist by running
   "git diff origin/master" and doing some simple checks on the
   newly added line.

   I run this script like that in the top level Qt creator
   source directory:
   while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done

   This updates the tasklist every 10min. Qt Creator will detect the change
   and reload the list.
scripts/mytasks.pl [new file with mode: 0644]