Changes between Initial Version and Version 1 of Ticket #50969, comment 6
- Timestamp:
- Apr 8, 2016, 8:32:51 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50969, comment 6
initial v1 3 3 However, one can think of other scenarios where one would want to download additional file(s) outside of the regular mechanism mostly designed for source files. Configuration, templates, data, there are many kinds of additional things a port could want to provide automatically when it is (re)installed, that are kept up-to-date upstreams but for which the installed software doesn't provide an integrated updating mechanism. 4 4 5 I admit, it's still a bit far-fetched. OTOH, almost all the work has been done, cf. my example `file_fetch` procedure above .5 I admit, it's still a bit far-fetched. OTOH, almost all the work has been done, cf. my example `file_fetch` procedure above ... which could also be provided through a PortGroup of course.