Opened 10 years ago
Closed 8 years ago
#401 closed enhancement (fixed)
automate 'y' response needed when building MOBUFR
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | trivial | Milestone: | 9.0 |
Component: | External deps | Version: | 7.1 |
Keywords: | MOBUFR | Cc: |
Description
ROPP8.0 beta reviewer Dave Offiler (UKMO) suggests:
- buildpack: when cleaning a previous MOBUFR build, the script requires a 'Y' keypress to continue (coming from the BUFR package 'buildbufr' script). If possible, this keypress should be simulated in the buildpack call to buildbufr so as to allow unattended builds in this application. [severity: trivial]
Note:
See TracTickets
for help on using tickets.
buildbufr now (bufr-24.0.2) only asks this question if "$ask = y":
(Previous versions (bufr-20.0.3) of buildbufr said
)
But buildpack invokes
./buildbufr -u -y -p $PREFIX
, and the-y
option sets "$ask = n", so the question is no longer asked, and buildpack mobufr <comp> sails through without the need for user intervention.Closing the ticket as 'fixed' (by the MetDB BUFR team if not by us.)