shush 1.2.3-2 source package in Ubuntu

Changelog

shush (1.2.3-2) unstable; urgency=low

  * debian/control: Bump Standards-Version to 3.9.1 (no changes)
  * Added patches to update config.guess and config.sub files.
    + debian/patches/01-fix-config.sub.diff
    + debian/patches/02-fix-config.guess.diff
    (Closes: #571000)
  * debian/copyright: Pointer to BSD licensed repleced with the license
    text itself to suppress lintian warning.
    W: copyright-refers-to-deprecated-bsd-license-file
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 10:00:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Dario Minnucci
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe admin

Downloads

File Size SHA-256 Checksum
shush_1.2.3.orig.tar.gz 119.5 KiB 44ff5d74f38772bdd51ce5b9f2f75b260f030d54fd0358e95f35b94c0bc78972
shush_1.2.3-2.debian.tar.gz 21.5 KiB 6bc0dbcd0e0d423649378fcceababdb2a4c430825d88c9760d0cfd7aec0e1e46
shush_1.2.3-2.dsc 1.6 KiB 47931c02cfd7e6b099a3c699e738e0666de282ce2ad63b691a1ecbefee53939b

Available diffs

View changes file

Binary packages built by this source

shush: runs a command and optionally reports its output by mail

 shush was written to be a generic wrapper around cron jobs so that it can be
 applied to any command without having to modify it or create a custom wrapper
 for it. In a sense, it solves a fairly simple problem, but it also brings some
 powerful features making it a useful tool beyond cron jobs.
 .
 Feature highlights:
 .
   * Multiple reports (for the output) may be defined
   * Decision to send a report (or not) is configurable based on:
     - Output content analysis (using regular expressions)
     - Command exit code
     - Size of output
     - Command execution duration
   * Support for plain text, enriched text and HTML report formatting.
     (The latter two allow rendering part of the output in bold.)
   * Various timeout actions such as notification and command termination
   * Locking support
   * Progress report logging via syslog
   * Automatic crontab file updating based on shush's configuration