Ticket #645 (closed discussion: wontfix)
[minor/trivial] --fetch requires --install to work
| Reported by: | yoshi314 | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | clients/paludis | Version: | 0.30.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | Gentoo |
Description
paludis --fetch glibc Usage error: you should specify exactly one action
paludis -f glibc Usage error: you should specify exactly one action
paludis -if glibc works
i think it is a bit misleading, since -fi just fetches the distfiles, so -i seems unused.
perhaps it would be more logical if -f could be used to just fetch the distfiles, and -fi/-if to fetch them and afterwards start the building (could be useful with installing multiple packages)
Change History
Note: See
TracTickets for help on using
tickets.

This is, at present, considered a feature. --install is the action, --fetch is an option to the action.