task-spooler 0.7.4-1 source package in Ubuntu

Changelog

task-spooler (0.7.4-1) unstable; urgency=low


  * Use canonical VCS-fields
  * Imported Upstream version 0.7.4
  * Bump Standards-Version to 3.9.5 (no changes)

 -- Alexander Inyukhin <email address hidden>  Sun, 08 Dec 2013 02:26:42 +0400

Upload details

Uploaded by:
shurick
Uploaded to:
Sid
Original maintainer:
shurick
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
task-spooler_0.7.4-1.dsc 1.9 KiB cf339a27bbc56a37fa085b693381790dcd05c31b1bab1879826c3433f1fbeb31
task-spooler_0.7.4.orig.tar.gz 63.7 KiB 1a638f9dc5a96a764dde7b8af04c2dbb88d8cb0326139e9b231b8091804a5910
task-spooler_0.7.4-1.debian.tar.xz 2.9 KiB 09cf7d4d9b52ba743db9180d16e1c002aed3e1e24e12bb1ff3752e3f68f88814

Available diffs

No changes file available.

Binary packages built by this source

task-spooler: 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.