Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.albasani.net!weretis.net!feeder1.news.weretis.net!newsfeed.CARNet.hr!news.spin.it!bofh.it!news.nic.it!robomod From: Ian Cordasco Newsgroups: linux.debian.maint.python Subject: Re: managing transitions Date: Tue, 06 Oct 2015 21:30:03 +0200 Message-ID: References: X-Original-To: Barry Warsaw X-Mailbox-Line: From debian-python-request@lists.debian.org Tue Oct 6 19:21:08 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-2.779 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uaH1PR01HtTo10FrU2hSrwwhZQ2aor2E38LtC2jSdIo=; b=EiWQzeI7bS52qq8LqXxgULhfsTyvZcmsT1iVegazHWKkKK4IvKkSDJEgxKOaG7yNHk r7vY/IlqgDgdRXsR9YgNVFiAbZ8TnYs++5cAUGDBj8kWV9eQuHQO4m2IMPHlUAUK3Yki +IhGHrADykciwmIfb75C+jUc2yf5E5Qf9+Owk3HVDQ1PVX64dF0Ft/wGGnrgDTsYs4Jn z2CsxKp3KyOIET6YZl8XNZePZqJs6NI1dKi0uy3Tj0cCuuc4W444dEy/7FioQ36GehMm FbtxnlsiwcDsa9gRSIKrS17wvPr96cNGmJWYuFnlGKN/z/IALonyqRcMT1Y2XQb4Iy3z Hyew== MIME-Version: 1.0 X-Received: by 10.55.49.75 with SMTP id x72mr49950034qkx.45.1444158195547; Tue, 06 Oct 2015 12:03:15 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 X-Mailing-List: archive/latest/12827 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CAN-Kwu3nad+Zy=Xfey--gSRzTs1az_pYfmrxZF5khaWT+DM7yQ@mail.gmail.com Approved: robomod@news.nic.it Lines: 22 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python X-Original-Date: Tue, 6 Oct 2015 14:03:15 -0500 X-Original-Message-ID: X-Original-References: <20150929094816.69da6b32@limelight.wooz.org> <560BA2F3.2080407@debian.org> <561228AC.3090103@debian.org> <5612724E.9060007@debian.org> <20151005171126.783f9e4a@limelight.wooz.org> <56137C24.8040204@debian.org> <20151006114254.724665ac@limelight.wooz.org> <5613FF6B.9060305@debian.org> <20151006141147.5969d9b7@limelight.wooz.org> Xref: csiph.com linux.debian.maint.python:7516 On Tue, Oct 6, 2015 at 1:11 PM, Barry Warsaw wrote: > On Oct 06, 2015, at 07:05 PM, Thomas Goirand wrote: > >>Interesting. It's the first time I hear about it, I thought it was just >>closed source. > > The instance at gitlab.com is the non-free Enterprise Edition (EE). EE has > features we probably don't care about ayway. The Community Edition (CE) is > MIT/Expat. > >>Does it have test capabilities as well, so that we could >>run tests on each new patch, like Gerrit does? Can we plug zuul and >>nodepool to it? > > I don't know about plugging in zuul and nodepool, but the CE does have CI > integration, which we use in the GNU Mailman project, and seems to work > great. It definitely can integrate with its own CI (which I believe is also licensed similarly to GitLab CE) as well as Jenkins. Currently the Flake8 project is hosted and developed on GitLab and uses integration with vanilla Jenkins.