Opened 6 years ago

Closed 6 years ago

#11119 closed enhancement (fixed)

firefox not in package currency check

Reported by: ken@… Owned by: blfs-book
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

From memory, it was removed when firefox stopped producing properly versioned tarballs. But they've been playing nicely again for a couple of releases. It would be nice to know if a point upgrade gets released.

I don't do PHP, hoping this will not be painful. Thanks.

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

What I have in the scripts is:

if ( $package == "firefox" ) return "manual";

If I look at https://archive.mozilla.org/pub/firefox/releases/ then I can extract the max number without a 'b' or 'esr'.

Dir 	61.0b8/ 		
Dir 	61.0b9/ 		
Dir 	62.0/ 		
Dir 	62.0b10/

Is that what you want?

in reply to:  1 comment:2 by ken@…, 6 years ago

Replying to bdubbs:

What I have in the scripts is:

if ( $package == "firefox" ) return "manual";

If I look at https://archive.mozilla.org/pub/firefox/releases/ then I can extract the max number without a 'b' or 'esr'.

Dir 	61.0b8/ 		
Dir 	61.0b9/ 		
Dir 	62.0/ 		
Dir 	62.0b10/

Is that what you want?

I think so. Thanks

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: newclosed

Should be fixed at revision 20463. Closing, but reopen if you see a problem.

Note: See TracTickets for help on using tickets.