File: control

package info (click to toggle)
task-spooler 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 420 kB
  • ctags: 377
  • sloc: ansic: 4,253; sh: 128; makefile: 58
file content (20 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: task-spooler
Section: misc
Priority: optional
Maintainer: Alexander Inyukhin <shurick@sectorb.msk.ru>
Build-Depends: debhelper (>= 9~)
Standards-Version: 3.9.8
Homepage: http://viric.name/soft/ts/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/task-spooler.git/
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/task-spooler.git/

Package: task-spooler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: personal job scheduler
 Task spooler is a Unix batch system where the tasks spooled run one
 after the other. Each user in each system has his own job queue. The tasks are
 run in the correct context (that of enqueue) from any shell/process, and its
 output/results can be easily watched. It is very useful when you know that
 your commands depend on a lot of RAM, a lot of disk use, give a lot of
 output, or for whatever reason it's better not to run them at the same time.