Script for fetching raw projects info from Gerrit
authorAlexander Kanevskiy <kad@linux.intel.com>
Wed, 9 Oct 2013 14:03:29 +0000 (17:03 +0300)
committerAlexander Kanevskiy <kad@linux.intel.com>
Wed, 9 Oct 2013 14:03:29 +0000 (17:03 +0300)
scripts/fetch-gerrit-project-info.sh [new file with mode: 0755]

diff --git a/scripts/fetch-gerrit-project-info.sh b/scripts/fetch-gerrit-project-info.sh
new file mode 100755 (executable)
index 0000000..57e5c63
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+ssh review.tizen.org -p 29418 gerrit ls-projects \
+       --format json -d -t --type all \
+       -b tizen -b tizen_2.0 \
+       -b tizen_2.1 -b tizen_2.2 \
+       -b refs/meta/config -b master \
+       -t -d > gerrit-project-info-`date +"%Y%m%d%H%M"`.json