Opened 16 years ago
Closed 15 years ago
#437 closed enhancement (fixed)
Add "quiet" flag to xapian-compact
| Reported by: | Richard Boulton | Owned by: | Olly Betts |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.4 |
| Component: | Other | Version: | SVN trunk |
| Severity: | minor | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Operating System: | All |
Description
It would be nice if xapian-compact had a "quiet" flag (presumably -q and --quiet) to tell it to produce no output (except to stderr). This would be helpful for writing scripts to be run from cron.
Change History (2)
comment:1 by , 15 years ago
| Milestone: | 1.2.x → 1.2.4 |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Implemented in r15104.
(Perhaps having an API class available makes this less useful, but it would be annoying to have to write your own xapian-compact variant to get this from the command line).
Note:
See TracTickets
for help on using tickets.

I'm working on turning xapian-compact into an API class, which requires addressing how the output works, so I'll tackle this at the same time.