1 <!-- -*- mode: sgml; mode: fold -*- -->
2 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
4 <!ENTITY % katieent SYSTEM "katie.ent">
13 <refentrytitle>kelly</>
17 <!-- Man page title -->
20 <refpurpose>Installs packages from accepted</>
27 <arg><option><replaceable>options</replaceable></></arg>
28 <arg choice="plain"><replaceable>changes_file</replaceable></arg>
29 <arg><option><replaceable>...</replaceable></option></arg>
33 <RefSect1><Title>Description</>
35 <command>kelly</command> is the program which installs packages from the accepted directory into the distribution.
38 <RefSect1><Title>Options</>
43 <term><option>-a/--automatic</option></term>
45 <para>Run automatically; i.e. perform the default action if it's possible to do so without user interaction. Intend for use in cron jobs and the like.</para>
50 <term><option>-h/--help</option></term>
52 <para>Display usage help and then exit.</para>
57 <term><option>-m/--manual-reject=<replaceable>message</replaceable></option></term>
59 <para>Perform a manual rejection of the package. The <replaceable>message</replaceable> is included in the rejection notice sent to the uploader. If no <replaceable>message</replaceable> is given, an editor will be spawned so one can be added to the rejection notice.
64 <term><option>-n/--no-action</option></term>
66 <para>Don't actually install anything; just show what would be done.</para>
71 <term><option>-p/--no-lock</option></term>
73 <para>Don't check the lockfile. Obviously dangerous and should only be used for cron jobs (if at all).</para>
78 <term><option>-v/--version</option></term>
80 <para>Display the version number and then exit.</para>
87 <RefSect1><Title>Diagnostics</>
89 <command>kelly</command> returns zero on normal operation, non-zero on error.
94 <title>Acknowledgements</title>
95 <para>kelly is based very heavily on dinstall, written by Guy Maor <email>maor@debian.org</email>; in fact it started out life as a dinstall clone.</para>