Script for fetching raw projects info from Gerrit
[scm/meta/git.git] / scripts / fetch-gerrit-project-info.sh
1 #!/bin/sh
2
3 ssh review.tizen.org -p 29418 gerrit ls-projects \
4         --format json -d -t --type all \
5         -b tizen -b tizen_2.0 \
6         -b tizen_2.1 -b tizen_2.2 \
7         -b refs/meta/config -b master \
8         -t -d > gerrit-project-info-`date +"%Y%m%d%H%M"`.json