Commit Graph

4 Commits

Author SHA1 Message Date
Tobias Hunger
8c0316955f Update mytasks to new coding style
Fix some false positives while at it.

Change-Id: I253a2931f866ba192cbc398b784ef851f35ccfb1
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-04-17 10:56:59 +02:00
Tobias Hunger
c46221ee9a Fix git branch retrieval in mytasks.pl script
Change-Id: I86ddcff32e697d7bf02217a05e9f5a4e13cc1015
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-04-16 18:09:58 +02:00
Tobias Hunger
b2ba7c706e Script: Improve mytasks.pl script
* Make it handle branches other than master
 * Make it warn about whitespace related issues.
2010-10-15 18:28:32 +02:00
Tobias Hunger
49a650fb25 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.
2010-08-27 17:25:25 +02:00