You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/04/17 18:33:02 UTC

[GitHub] lkishalmi commented on issue #404: [NETBEANS-341] Added initial files required for Snap packaging

lkishalmi commented on issue #404: [NETBEANS-341] Added initial files required for Snap packaging
URL: https://github.com/apache/incubator-netbeans/pull/404#issuecomment-382096515
 
 
   Thank you for testing this PR!
   I've tested on 18.04 Beta lately. Maybe SNAP_ARCH is a newly introduced provided environment variable. I have snapcraft installed as snap package:
   snapcraft                2.40.1                   1345  stable    canonical  classic
   
   I could make the package more strict to generate amd64 compatible package only. I think most developers are already on 64 bit platform.
   
   As of dependencies. The snapcraft.yml just downloads the packages required to build NetBeans. Line 43 and 50 is responsible for the content of the package which indicates that only those files are going to be included which has been built by the Ant build system and placed into the netbeans directory.
   Hence the resulting package would require classic confinement.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists