[jbosstools-issues] [JBoss JIRA] (JBDS-3632) Using a pre packaged version of Cygwin that doesn't require the installer to download packages

Denis Golovin (JIRA) issues at jboss.org
Wed May 17 10:48:00 EDT 2017


     [ https://issues.jboss.org/browse/JBDS-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBDS-3632:
--------------------------------
    Sprint: devex #132 May 2017


> Using a pre packaged version of Cygwin that doesn't require the installer to download packages
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBDS-3632
>                 URL: https://issues.jboss.org/browse/JBDS-3632
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Enhancement
>          Components: platform-installer
>            Reporter: Ken Finnigan
>            Assignee: Denis Golovin
>              Labels: havoc
>             Fix For: 11.0.0.AM1
>
>
> It should be possible to install Cygwin, and then package that install in such a way that we can do a more silent install that doesn't require packages to be downloaded.
> Some clues can be found here: https://cygwin.com/ml/cygwin/2010-03/msg00877.html
> The fix should modify the bundle build to download packages into temp folder and then zip them. This zip then included into bundle installer.
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe -D --no-admin --quiet-mode --only-site -l c:\DevelopmentSuite\cygwin\packages --site http://mirrors.xmission.com/cygwin --categories Base --packages openssh,rsync --root c:\DevelopmentSuite{code}
> Another modification should be done to cygwin installer to check for included zip with packages, unpack it and do installation from local folder instead
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe --no-admin --quiet-mode -L -l c:\DevelopmentSuite\cygwin\packages --categories Base --packages openssh,rsync --root c:\DevelopmentSuite\cygwin{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list