#! /usr/bin/perl # Copyright (C) 2015 The Qt Company Ltd. # Contact: http://www.qt.io/licensing/ # # You may use this file under the terms of the 3-clause BSD license. # See the file LICENSE from this package for details. # use strict; use warnings; use POSIX; use JSON; use File::Path; use Gerrit::REST; # Usage: $0 [instance] # - default instance is 'sanitybot' # - configure ssh: Host, Port, User, IdentityFile # - configure git: git config --global }.