Opened 7 years ago
Closed 7 years ago
#11119 closed enhancement (fixed)
firefox not in package currency check
Reported by: | 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)
follow-up: 2 comment:1 by , 7 years ago
comment:2 by , 7 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 , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed at revision 20463. Closing, but reopen if you see a problem.
What I have in the scripts is:
If I look at https://archive.mozilla.org/pub/firefox/releases/ then I can extract the max number without a 'b' or 'esr'.
Is that what you want?