From commits-return-3757-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Mon Jan 29 05:27:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 82F9518064F for ; Mon, 29 Jan 2018 05:27:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 72CA0160C52; Mon, 29 Jan 2018 04:27:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB679160C43 for ; Mon, 29 Jan 2018 05:27:07 +0100 (CET) Received: (qmail 33529 invoked by uid 500); 29 Jan 2018 04:27:07 -0000 Mailing-List: contact commits-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@netbeans.apache.org Received: (qmail 33520 invoked by uid 99); 29 Jan 2018 04:27:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2018 04:27:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8F5B7180166 for ; Mon, 29 Jan 2018 04:27:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Tw71IzDbJCYx for ; Mon, 29 Jan 2018 04:27:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 481995F613 for ; Mon, 29 Jan 2018 04:27:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7AB87E012F for ; Mon, 29 Jan 2018 04:27:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 10FE721300 for ; Mon, 29 Jan 2018 04:27:00 +0000 (UTC) Date: Mon, 29 Jan 2018 04:27:00 +0000 (UTC) From: "Laszlo Kishalmi (JIRA)" To: commits@netbeans.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (NETBEANS-341) Provide Snap Packages for NetBeans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NETBEANS-341?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laszlo Kishalmi updated NETBEANS-341: ------------------------------------- Affects Version/s: 9.0 > Provide Snap Packages for NetBeans > ---------------------------------- > > Key: NETBEANS-341 > URL: https://issues.apache.org/jira/browse/NETBEANS-341 > Project: NetBeans > Issue Type: Wish > Affects Versions: 9.0 > Reporter: Laszlo Kishalmi > Priority: Major > Labels: CI, build > > The aim of this wish is to make NetBeans IDE available using Snap packagi= ng system making it available on almost all Linux distributions. > While the invention of Snap package management is a bit controversial amo= ng Linux users, it is definitely gaining momentum as some major brands star= ted to deliver their products as Snap packages. Like Spotify and IntelliJ a= s well. > Snap store can provide different distribution channels for different stat= e of the products, like alpha, beta and stable (additional channels can be = requested as well). Snapcraft.io service provides an automatic build and re= lease functionality for free. Also the snap client can update the installed= software daily. Having this functionality can enable some users to live on= the edge if they want. > I've started some experiments which can help make it happen. > # Initial experiment creating a snap package from NetBeans 9.0-beta-rc2: > [https://github.com/lkishalmi/netbeans-snap] > # This snap code needs to be integrated into the main NetBeans repositor= y. > Some modifications are required of course. (I'm going to create a branch = for that) > # Snapcraft.io could be bind into github to enable automatic build. > As far as I see now we shall request a permission to build a the package = with classic confinement (no-security restrictions) > My experimental package is available and can be tested with: > {code:java} > wget https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/= netbeans_9.0-beta-rc2_amd64.snap > snap install netbeans_9.0-beta-rc2_amd64.snap --dangerous --classic{code} > If we could make this happen NetBeans install on Linux could be as simple= as: > {code:java} > snap install netbeans --classic{code} > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org For additional commands, e-mail: commits-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists