projects
/
bugscan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a0b74
)
Be slightly more consistent about quoting.
author
Steinar H. Gunderson
<sesse@rietz>
Wed, 7 Mar 2007 11:41:48 +0000
(11:41 +0000)
committer
Steinar H. Gunderson
<sesse@rietz>
Wed, 7 Mar 2007 11:41:48 +0000
(11:41 +0000)
bugcfg.pm
patch
|
blob
|
history
diff --git
a/bugcfg.pm
b/bugcfg.pm
index
d8f1852
..
c7849f1
100644
(file)
--- a/
bugcfg.pm
+++ b/
bugcfg.pm
@@
-5,7
+5,7
@@
$host=`hostname`;
chomp $host;
-if ($host eq "master" or $host eq "spohr" or $host eq
'rietz'
) {
+if ($host eq "master" or $host eq "spohr" or $host eq
"rietz"
) {
$spooldir = "/org/bugs.debian.org/debbugs/spool/db-h";
$maintainerlist = "/etc/debbugs/Maintainers";
$debian_ftproot = "/org/bugs.debian.org/etc/indices/ftp/testing";