File: install-tasks

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (22 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Help on 'install-tasks'                                            Feta 1.4.0
--------------------------------------------------------------------------

In Debian, packages can be grouped into 'tasks'. This is done by adding
a 'Task:' field to the package description. The 'install-tasks' command
will install all the packages in a given task.

EXAMPLES
--------
To install all the packages in the 'c-dev' task:
 $ feta install-tasks c-dev

OTHER REFERENCES
----------------
Feta uses its own 'search' command to find the packages to install. Since
Task: is a field, it uses 'feta search Task: [task]' to get the list of
packages.

To list all tasks, or the contents of one or more tasks, use 'list-tasks'.

--------------------------------------------------------------------------
Help on 'install-tasks'                                            Feta 1.4.0