diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-08-21 17:50:17 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-08-21 17:50:17 +0200 |
commit | 7b7e22cbbc63145b3405cec5969835be743cde00 (patch) | |
tree | 968b8944a693526bfe6a66fb3bd2fc7fa8a34cce /gerritbot | |
parent | d9a0131cece9d7429a8c64cda6edda9cffa1403f (diff) |
simply clone directtry from gerrit repo
Diffstat (limited to 'gerritbot')
-rwxr-xr-x | gerritbot/patchpickup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerritbot/patchpickup b/gerritbot/patchpickup index 852afc9..a0b7815 100755 --- a/gerritbot/patchpickup +++ b/gerritbot/patchpickup @@ -21,7 +21,7 @@ import shutil from email.mime.text import MIMEText -sourceurl = '/home/gerritbot/syncrepos/core.git' +desturl = 'ssh://logerrit/core' desturl = 'ssh://logerrit/core' legalbranches = [ 'master', 'libreoffice-3-6', 'libreoffice-3-5', 'libreoffice-3-5-6' ] |