public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Andrey Repin <anrdaemon@yandex.ru>
To: "Nellis, Kenneth" <Kenneth.Nellis@conduent.com>, cygwin@cygwin.com
Subject: Re: Updated: setup (2.880)
Date: Mon, 19 Jun 2017 16:35:00 -0000	[thread overview]
Message-ID: <1923380280.20170619192757@yandex.ru> (raw)
In-Reply-To: <BN6PR2001MB1074EC3E693F81EDBB46E47FF1C40@BN6PR2001MB1074.namprd20.prod.outlook.com>

Greetings, Nellis, Kenneth!

> wget -O $name --quiet http://cygwin.com/$name || exit

Do not use wget -O name unless you have no other choice.
The construction is essentially equal to

wget -O - --quiet http://cygwin.com/$name > "$name"

Means, it will never allow -N to work. (When -O given, -N is silently
discarded.)

> ...but Windows complained about the file format when I tried to launch
> it. Then "file" told me...

> $ file *.exe
> setup-x86_64.exe: gzip compressed data, from Unix
> $

> ...so I added suffix .gz and then used (actually) WinZip to unzip
> it, and it created a working setup.exe.

> So, is this new behavior? Is it to be expected going forward?

Not confirming, my installation went smooth, I barely noticed the setup
update. (Yes, I'm running it via script too.)


-- 
With best regards,
Andrey Repin
Monday, June 19, 2017 19:23:55

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  parent reply	other threads:[~2017-06-19 16:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <088b3d84-aad8-4984-1892-b66b9714f343@dronecode.org.uk>
2017-06-19 15:29 ` Nellis, Kenneth
2017-06-19 16:34   ` Marco Atzeri
2017-06-19 16:35   ` Andrey Repin
2017-06-19 16:35   ` Andrey Repin [this message]
2017-06-19 16:38   ` Jon Turney
2017-06-19 17:05     ` Andrey Repin
2017-06-19 17:29     ` Nellis, Kenneth
2017-06-19 17:50       ` Andrey Repin
2017-06-19 17:55         ` Nellis, Kenneth
2017-06-20 11:05           ` Andrey Repin
2017-06-24  8:38       ` Csaba Raduly
2017-06-27 20:55         ` Nellis, Kenneth
2017-06-27 23:25           ` Lee
2017-06-28  5:34           ` Brian Inglis
2017-06-29 17:23           ` cyg Simple

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1923380280.20170619192757@yandex.ru \
    --to=anrdaemon@yandex.ru \
    --cc=Kenneth.Nellis@conduent.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).