Commit Graph

12 Commits

Author SHA1 Message Date
Ivan A. Melnikov
f33cbd511e interactive.next_tasks: Include and exclude by pattern 2018-08-15 17:23:15 +04:00
Ivan A. Melnikov
f88c01316b Add next_tasks to daily report 2018-08-14 14:13:21 +04:00
Ivan A. Melnikov
08af75a9b9 port_stats.interactive update
- update docstring
- add stats() function
- rename grep_spi -> gspi to save some typing
2018-08-14 14:11:50 +04:00
Ivan A. Melnikov
2e6ac86991 port_stats: Introducing config
Put all the args to config to easily support
several repositories.
2018-08-10 18:39:27 +04:00
Ivan A. Melnikov
c699c11eea interactive: Consider only recycler's tasks for next_tasks 2018-07-29 09:52:02 +04:00
Ivan A. Melnikov
d1ecb45ba3 Hack to restrict tasks to mipsel repo
Now we have mips64el, that for now should be ignored.
2018-07-29 09:48:50 +04:00
Ivan A. Melnikov
18437e19d3 port_stats: More interactive improvements
- package colors in ti()
- next_tasks() -- list all non-done tasks that would update
  packages.
2018-07-19 17:50:57 +04:00
Ivan A. Melnikov
8210c4a077 port_stats: More interactive funtions 2018-07-04 15:53:40 +04:00
Ivan A. Melnikov
44175d1f34 port_stats: Add script that finds outdated tasks
python -m port_stats.outdated_tasks \
        /mnt/repo_secondary/sisyphus_mipsel/release/latest \
        /mnt/tasks_secondary \
    | tee outdated_tasks.txt
2018-06-25 19:49:40 +04:00
Ivan A. Melnikov
5df6aca515 port_stats: New tools in interactive module
Now it works with colors, too.
2018-06-22 14:40:38 +04:00
Ivan A. Melnikov
c96baad339 Initial take on daily repo report generation 2018-06-20 15:53:53 +04:00
Ivan A. Melnikov
9b62e446d5 port_stats: Tools for getting tasks information
You can try doing this within an interactive python shell:

    python -i -m port_stats.interactive

The default pathes work on basealt.
2018-06-20 14:09:51 +04:00