]
Denis Golovin updated JBDS-3632:
--------------------------------
Sprint: devex #131 April 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: 10.4.0.GA
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}