summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-29 11:45:39 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-29 11:45:51 +0100
commitf77b7147c4e7d98608b448c3730fa1d5fea8e669 (patch)
tree4f3ccef43c0bf18104950202f603cbe86f7897c9
parent7d225b1d045cf6664f078d64f1637989e052a8a2 (diff)
Add online repository.
-rwxr-xr-xanalyse_commits3
1 files changed, 2 insertions, 1 deletions
diff --git a/analyse_commits b/analyse_commits
index fe34bcce..286a5d57 100755
--- a/analyse_commits
+++ b/analyse_commits
@@ -85,7 +85,7 @@ sub sanity_check_git_dir($)
-d "$core/clone" || die "expected directory $core/clone for sub-repositories";
my $error = 0;
- my @required = ( 'binfilter', 'build' );
+ my @required = ( 'online' );
for my $expect (@required) {
my $dir = "$core/clone/$expect";
if (!is_git_repo ($dir)) {
@@ -151,6 +151,7 @@ sub merge_logs ($$@)
system("cd $git_dir ; $dump_numstat_cmd MELD_LIBREOFFICE_REPOS..");
exit (0);
} else {
+ push @revisions, read_rev_list ("$git_dir/clone/online", "online", "d106b7cb3a962ef33fb28c9fb49b4858beafc817..");
# magic from: git log --since 2013-01-01 | grep 'commit ' | tail -n 1
push @revisions, read_rev_list ($git_dir, "core", "ffaf6adba6da2af0bd9ceb7f94b4e4eff055ae20..");
}