diff options
author | dancer <dancer> | 2002-09-09 05:10:58 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-09-09 05:10:58 +0000 |
commit | 08d436712c82d14ba8d275179aa7a5bd06b16032 (patch) | |
tree | efcc37a03db7e6f55655054fbb31b5b7dc7dc751 | |
parent | 071359a3efa8a9536a55af2b29e0dc1a28520c2e (diff) | |
download | pbuilder-08d436712c82d14ba8d275179aa7a5bd06b16032.tar pbuilder-08d436712c82d14ba8d275179aa7a5bd06b16032.tar.gz |
+
+ * pbuilderrc.5: update docs on noninteractive.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pbuilderrc.5 | 8 |
3 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-09-09 Junichi Uekawa <dancer@debian.org> + + * pbuilderrc.5: update docs on noninteractive. + 2002-09-06 Junichi Uekawa <dancer@debian.org> * debian/changelog: 0.36 diff --git a/debian/changelog b/debian/changelog index 6716417..468baba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pbuilder (0.37) unstable; urgency=low + + * Document how to not be noninteractive. (closes: #155655) + + -- Junichi Uekawa <dancer@debian.org> Mon, 9 Sep 2002 14:10:58 +0900 + pbuilder (0.36) unstable; urgency=low * add option to --timeout. diff --git a/pbuilderrc.5 b/pbuilderrc.5 index 1615921..9558912 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -232,6 +232,14 @@ Setting this variable overrides other options. Sets timeout time. Build will be stoped with SIGTERM after the set time. +.TP +.BI "export DEBIAN_FRONTEND=" "noninteractive" +Sets interactiveness of pbuilder run. +Setting this value to blank will cause the +pbuilder run to be interactive. +Change this value when noninteractive upgrades +do not work. + .SH "FILES" .I "/etc/pbuilderrc" .SH "SEE ALSO" |