public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* fish curr and prev are reversed
@ 2016-05-31  8:33 Andrew Schulman
  2016-05-31  9:03 ` Achim Gratz
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrew Schulman @ 2016-05-31  8:33 UTC (permalink / raw)
  To: cygwin-apps

RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.

AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
so this looks to be what calm decided to do.  Can someone please fix it?

Thanks,
Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  8:33 fish curr and prev are reversed Andrew Schulman
@ 2016-05-31  9:03 ` Achim Gratz
  2016-05-31  9:11 ` Corinna Vinschen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Achim Gratz @ 2016-05-31  9:03 UTC (permalink / raw)
  To: cygwin-apps

Andrew Schulman <schulman.andrew@...> writes:
> AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
> so this looks to be what calm decided to do.  Can someone please fix it?

Just add the curr: and prev: lines to setup.hint and upload that new file
(for both the main package and the debuginfo directory).


Regards,
Achim.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  8:33 fish curr and prev are reversed Andrew Schulman
  2016-05-31  9:03 ` Achim Gratz
@ 2016-05-31  9:11 ` Corinna Vinschen
  2016-05-31 10:46   ` Achim Gratz
  2016-05-31  9:54 ` Corinna Vinschen
  2016-05-31 11:06 ` Jon Turney
  3 siblings, 1 reply; 10+ messages in thread
From: Corinna Vinschen @ 2016-05-31  9:11 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

On May 31 04:32, Andrew Schulman wrote:
> RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
> opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.
> 
> AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
> so this looks to be what calm decided to do.  Can someone please fix it?

I added

  prev: 2.3.0-1
  curr: 2.3b1-1

to all setup.hint files.


HTH,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  8:33 fish curr and prev are reversed Andrew Schulman
  2016-05-31  9:03 ` Achim Gratz
  2016-05-31  9:11 ` Corinna Vinschen
@ 2016-05-31  9:54 ` Corinna Vinschen
  2016-05-31 11:08   ` Jon Turney
  2016-05-31 11:06 ` Jon Turney
  3 siblings, 1 reply; 10+ messages in thread
From: Corinna Vinschen @ 2016-05-31  9:54 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

Hi Andrew,

On May 31 04:32, Andrew Schulman wrote:
> RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
> opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.
> 
> AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
> so this looks to be what calm decided to do.  Can someone please fix it?

Did you see the calm warning?  For some reason the 64 bit version is
missing debuginfo packages later than 2.2.0-3.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  9:11 ` Corinna Vinschen
@ 2016-05-31 10:46   ` Achim Gratz
  2016-05-31 10:51     ` Corinna Vinschen
  0 siblings, 1 reply; 10+ messages in thread
From: Achim Gratz @ 2016-05-31 10:46 UTC (permalink / raw)
  To: cygwin-apps

Corinna Vinschen <corinna-cygwin@...> writes:
> I added
> 
>   prev: 2.3.0-1
>   curr: 2.3b1-1
> 
> to all setup.hint files.

That's what calm already does (it sees 2.3b1 like 2.3.1, IIRC).  Andrew
wanted the beta version (2.3b1) to be previous to the release (2.3.0).


Regards,
Achim.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31 10:46   ` Achim Gratz
@ 2016-05-31 10:51     ` Corinna Vinschen
  2016-05-31 12:13       ` Andrew Schulman
  0 siblings, 1 reply; 10+ messages in thread
From: Corinna Vinschen @ 2016-05-31 10:51 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

On May 31 10:46, Achim Gratz wrote:
> Corinna Vinschen <corinna-cygwin@...> writes:
> > I added
> > 
> >   prev: 2.3.0-1
> >   curr: 2.3b1-1
> > 
> > to all setup.hint files.
> 
> That's what calm already does (it sees 2.3b1 like 2.3.1, IIRC).  Andrew
> wanted the beta version (2.3b1) to be previous to the release (2.3.0).

My reading skills... sigh.  I fixed that on sware (the fish-debuginfo
problem on 64 bit still persists of course).


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  8:33 fish curr and prev are reversed Andrew Schulman
                   ` (2 preceding siblings ...)
  2016-05-31  9:54 ` Corinna Vinschen
@ 2016-05-31 11:06 ` Jon Turney
  2016-05-31 12:20   ` Andrew Schulman
  3 siblings, 1 reply; 10+ messages in thread
From: Jon Turney @ 2016-05-31 11:06 UTC (permalink / raw)
  To: cygwin-apps

On 31/05/2016 09:32, Andrew Schulman wrote:
> RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
> opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.
>
> AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
> so this looks to be what calm decided to do.  Can someone please fix it?

The sort order is now documented at [1]

See also the discussion at 
https://cygwin.com/ml/cygwin-apps/2015-10/msg00003.html

[1] https://cygwin.com/setup.html#naming

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31  9:54 ` Corinna Vinschen
@ 2016-05-31 11:08   ` Jon Turney
  0 siblings, 0 replies; 10+ messages in thread
From: Jon Turney @ 2016-05-31 11:08 UTC (permalink / raw)
  To: cygwin-apps

On 31/05/2016 10:54, Corinna Vinschen wrote:
> On May 31 04:32, Andrew Schulman wrote:
>> RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
>> opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.
>>
>> AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
>> so this looks to be what calm decided to do.  Can someone please fix it?
>
> Did you see the calm warning?  For some reason the 64 bit version is
> missing debuginfo packages later than 2.2.0-3.

Unfortunately, because this is an error in the state of the release 
area, and not with an upload, calm isn't smart enough to known which 
package maintainer to tell about this.

> ERROR: package 'fish-debuginfo' stability 'curr' selects non-existent version '2.3b1-1'
> ERROR: package 'fish-debuginfo' stability 'prev' selects non-existent version '2.3.0-1'
> ERROR: existing x86_64 package set has errors

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31 10:51     ` Corinna Vinschen
@ 2016-05-31 12:13       ` Andrew Schulman
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Schulman @ 2016-05-31 12:13 UTC (permalink / raw)
  To: cygwin-apps

> On May 31 10:46, Achim Gratz wrote:
> > Corinna Vinschen <corinna-cygwin@...> writes:
> > > I added
> > > 
> > >   prev: 2.3.0-1
> > >   curr: 2.3b1-1
> > > 
> > > to all setup.hint files.
> > 
> > That's what calm already does (it sees 2.3b1 like 2.3.1, IIRC).  Andrew
> > wanted the beta version (2.3b1) to be previous to the release (2.3.0).
> 
> My reading skills... sigh.  I fixed that on sware (the fish-debuginfo
> problem on 64 bit still persists of course).

All correct, thank you. Not sure what happened with fish-debuginfo, but I'll
reupload it.

Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: fish curr and prev are reversed
  2016-05-31 11:06 ` Jon Turney
@ 2016-05-31 12:20   ` Andrew Schulman
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Schulman @ 2016-05-31 12:20 UTC (permalink / raw)
  To: cygwin-apps

> On 31/05/2016 09:32, Andrew Schulman wrote:
> > RIght now for fish, version 2.3b1-1 is current and 2.3.0-1 is prev. This is the
> > opposite of what I intended.  I expected 2.3b1 to sort before 2.3.0.
> >
> > AFAIK the last setup.hint that I uploaded didn't include curr: or prev: lines,
> > so this looks to be what calm decided to do.  Can someone please fix it?
> 
> The sort order is now documented at [1]
> 
> See also the discussion at 
> https://cygwin.com/ml/cygwin-apps/2015-10/msg00003.html
> 
> [1] https://cygwin.com/setup.html#naming

Thanks. Although it gives the wrong answer (meaning, not the answer I want) in
this case, I think it's reasonable.  Next time I'll check and add curr: and
prev: lines if needed.  Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-31 12:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31  8:33 fish curr and prev are reversed Andrew Schulman
2016-05-31  9:03 ` Achim Gratz
2016-05-31  9:11 ` Corinna Vinschen
2016-05-31 10:46   ` Achim Gratz
2016-05-31 10:51     ` Corinna Vinschen
2016-05-31 12:13       ` Andrew Schulman
2016-05-31  9:54 ` Corinna Vinschen
2016-05-31 11:08   ` Jon Turney
2016-05-31 11:06 ` Jon Turney
2016-05-31 12:20   ` Andrew Schulman

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).