Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
93762a37
Commit
93762a37
authored
Aug 03, 2005
by
Leigh B. Stoller
Browse files
Set the project email address to the -users list we set up for each
project.
parent
e8e545f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bugdb/bugdbproxy.in
View file @
93762a37
...
...
@@ -403,6 +403,7 @@ sub AddProject(@)
return
0
;
}
my
$intro
=
"
This is the Emulab Bug DB for the
$pid
project
";
my
$project_email
=
"
${pid}
-users
\@
${OURDOMAIN}
";
# Easy ...
my
$query_result
=
...
...
@@ -419,7 +420,7 @@ sub AddProject(@)
"
id tasktype severity summary status dueversion progress',
"
.
"
others_view='0',
"
.
"
anon_open='0',
"
.
"
notify_email='',
"
.
"
notify_email='
$project_email
',
"
.
"
notify_email_when='0',
"
.
"
notify_jabber='',
"
.
"
notify_jabber_when='0'
");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment