aboutsummaryrefslogtreecommitdiff
path: root/bugrun.sh
blob: bbc39287382c1b8f973c5efe4e387d6cd85479b1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
python bugzilla_fetch.py $1 -v
python bugzilla_create.py $1 -v
python bugzilla_update_tasks.py $1 -v
python bugzilla_populate_user_relations_comments_table.py $1
python bugzilla_populate_user_relations_table.py $1
python bugzilla_update_user_header.py -m 1
python bugzilla_update_user_comments.py -m 1