Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 756F411881 for ; Thu, 15 May 2014 03:23:04 +0000 (UTC) Received: (qmail 52648 invoked by uid 500); 14 May 2014 19:14:48 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 52135 invoked by uid 500); 14 May 2014 19:14:48 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 52013 invoked by uid 99); 14 May 2014 19:14:47 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 19:14:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mkienenb@gmail.com designates 209.85.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 19:14:45 +0000 Received: by mail-qc0-f177.google.com with SMTP id i17so3562185qcy.36 for ; Wed, 14 May 2014 12:14:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=GomSMMkIoAxxOtQHsTp5CwCgib5sSRk8UeSuJw+CCsY=; b=s7Vtnk7JnTD6bc7H1NFofhnCI2mV8cdbhYEUbz2LTpaqa4GEJ8Yr3CysT7n5Kdg7Z0 tpDskfm1rLZFuSRoqznjkRoF/n4utHIN8b6wxOk93ObbspO0KXvFjFr97Pr/LvFhyDc0 axe44UJmztD4YEkaUGVUoIA53wWm6sTY/Bc4Wtpfe7ogbCxbtLCoijqWWhr76h69Png8 LiZjYEyT8EAoFbzwEiNEDSbD+9XMIR4bezTuh9hS/w1z+WguQc37RyIM0ANdAm8tWQjg 0hI5SnABALjrgShMCj7jZFUUM0NJ86nHgGzJYMGikGUiOgbXjKBxuYcNEPSjnbQ+PKES SF5g== X-Received: by 10.224.50.212 with SMTP id a20mr6567662qag.35.1400094861667; Wed, 14 May 2014 12:14:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.83.106 with HTTP; Wed, 14 May 2014 12:14:01 -0700 (PDT) In-Reply-To: References: From: Mike Kienenberger Date: Wed, 14 May 2014 15:14:01 -0400 Message-ID: Subject: Re: Git leftovers To: dev@cayenne.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Maybe this helps? ---------- Forwarded message ---------- From: Rasmus Praestholm Date: Wed, May 14, 2014 at 2:46 PM Subject: Fwd: Mike Kienenberger started a conversation with you: "Jenkins polling git" [...] Maybe I'm missing some info, but using Git instead of SVN should be a piece of cake simply with the plain Git (rather than GitHub) plugin installed: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin We actually used standard Git polling for the Terasology builds for a while before switching to push notifications from GitHub. Easy easy :-) [...] Is the Git repo in good shape now or still in need of more trimming / etc ? From what I'm reading the GitHub front is just a mirror of an Apache hosted Git ? Which may still be connected to SVN On Wed, May 14, 2014 at 1:48 PM, Mike Kienenberger wrote: > One of the projects I work with has jenkins polling Git on github > (several dozen different git repos, in fact). I can ask how that's > done if it's not something specific to github. > > On Wed, May 14, 2014 at 12:36 PM, Andrus Adamchik > wrote: >> There are a few unresolved smaller issues with Git migration that are being discussed under INFRA-5936. On our end we need to reconfigure Jenkins to poll Git instead of SVN. Anyone knows how to do that? >> >> Andrus