summaryrefslogtreecommitdiff
path: root/README.progress-reporting
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-09-12 13:49:44 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-09-12 13:49:44 +0000
commite3c00bf5af56e2575ffb0db49dd6d706544ca30b (patch)
tree265c4675670559ab3a180795217129b4ee22018a /README.progress-reporting
parent3971f8e87d659d9ac657dafdf665019a9cfc5c4c (diff)
parent1a82c63ec114f123def943e16e8ec5ceaf8ed85a (diff)
* cherry picked the media-change support from apt--mvo--0
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-50 * meda-change message is send over status-fd now * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-51 * include a human readable string for the MediaChange status-fd message as well
Diffstat (limited to 'README.progress-reporting')
-rw-r--r--README.progress-reporting9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.progress-reporting b/README.progress-reporting
index 73fbd8c08..b575e7879 100644
--- a/README.progress-reporting
+++ b/README.progress-reporting
@@ -5,7 +5,7 @@ If the apt options: "APT::Status-Fd" is set, apt will send status
reports to that fd. The status information is seperated with a ':',
there are the following status conditions:
-status = {"pmstatus", "dlstatus", "conffile-prompt", "error" }
+status = {"pmstatus", "dlstatus", "conffile-prompt", "error", "media-change" }
The reason for using a fd instead of a OpProgress class is that many
apt frontend fork a (vte) terminal for the actual installation.
@@ -47,6 +47,13 @@ pmconffile
pmconffile:conffile:percent:'current-conffile' 'new-conffile' useredited distedited
+media-change
+------------
+media-change:medium:drive:human-readable string
+
+example:
+media-change: Ubuntu 5.10 _Breezy Badger_ - Alpha i386 (20050830):/cdrom/:Please insert the disc labeled: 'Ubuntu 5.10 _Breezy Badger_ - Alpha i386 (20050830)' in the drive '/cdrom/' and press enter.
+
dlstatus
--------