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
0bdfe54d
Commit
0bdfe54d
authored
Apr 24, 2003
by
Leigh B. Stoller
Browse files
Add emulab-project-leaders email list.
parent
5921afdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/genelists.in
View file @
0bdfe54d
...
...
@@ -203,6 +203,16 @@ $query_result =
genelist
(
$query_result
,
"
$TBOPS
",
"
emulab-widearea-users
");
#
# Another list of project leaders.
#
$query_result
=
DBQueryFatal
("
SELECT DISTINCT u.usr_email from projects as p
"
.
"
left join users as u on u.uid=p.head_uid
"
.
"
where p.approved!=0
");
genelist
(
$query_result
,
"
$TBOPS
",
"
emulab-project-leaders
");
#
# Regen project lists. Either all the lists, or just the projects
# that "newuser" is a member of.
...
...
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