projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afda24
)
Modify SUDOV_PERIOD smaller, fix #526
author
Yigang Wen
<yigangx.wen@intel.com>
Wed, 14 Nov 2012 07:26:57 +0000
(15:26 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 15 Nov 2012 08:31:32 +0000
(16:31 +0800)
By default, sudo keeps the password in "memory" for 5 minutes (at
least on Fedora16 and openSUSE12.2). So if you build a big package,
you need input password again while build going, otherwise you will
get a chaos output.
Change-Id: Icfaa36c9aac70ac40df4d64b34bd0c4ee0b4cca4
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index b93b7fff2d00515e99a5bbf5cc00bf4d0a7a551b..c0b25c8e14d271da9e538746886d6c4035da0f5d 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-63,7
+63,7
@@
use Data::Dumper;
use File::Basename;
# "sudo -v" period
-use constant SUDOV_PERIOD => 3
0
0;
+use constant SUDOV_PERIOD => 3
*6
0;
my @threads;
my @exclude = ();