summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-27 18:59:48 +0100
committerPietro Albini <pietro@pietroalbini.org>2018-11-27 18:59:48 +0100
commit9e415774c8a7cf3c7428a817dcdaf89a43c717ed (patch)
treeeccbef2e088adc435ee542caefea7ac03ff536ea
parentf0a4f09e285f5df03cc672d8fd723196c8074888 (diff)
update the data for consistency with the old lists
-rw-r--r--people/stokhos.toml1
-rw-r--r--teams/all.toml8
-rw-r--r--teams/crates-io.toml2
-rw-r--r--teams/production.toml14
-rw-r--r--teams/wg-leads.toml5
-rw-r--r--teams/wg-wasm.toml4
6 files changed, 32 insertions, 2 deletions
diff --git a/people/stokhos.toml b/people/stokhos.toml
index 03e3d4a..9118fa2 100644
--- a/people/stokhos.toml
+++ b/people/stokhos.toml
@@ -1,3 +1,2 @@
name = "Stokhos"
github = "stokhos"
-email = "kennytm@gmail.com"
diff --git a/teams/all.toml b/teams/all.toml
index 47c0b47..d2379bb 100644
--- a/teams/all.toml
+++ b/teams/all.toml
@@ -1,17 +1,25 @@
name = "all"
children = [
+ "alumni",
+ "cargo",
"community",
"compiler",
"core",
+ "crates-io",
"devtools",
"docs",
"docs-peers",
+ "ides",
"infra",
"lang",
"lang-shepherds",
"libs",
+ "mods",
+ "production",
"release",
"rustdoc",
+ "style",
+ "twir",
]
[people]
diff --git a/teams/crates-io.toml b/teams/crates-io.toml
index cf7a505..7bbdc21 100644
--- a/teams/crates-io.toml
+++ b/teams/crates-io.toml
@@ -20,7 +20,7 @@ description = "management of operations, development, and policies for crates.io
email = "help@crates.io"
[[lists]]
-address = "help@rust-lang.org"
+address = "help@crates.io"
access-level = "everyone"
include-team-members = false
extra-people = [
diff --git a/teams/production.toml b/teams/production.toml
new file mode 100644
index 0000000..1671ac3
--- /dev/null
+++ b/teams/production.toml
@@ -0,0 +1,14 @@
+name = "production"
+
+[people]
+leads = []
+members = [
+ "aidanhs",
+ "nrc",
+ "aturon",
+ "celaus",
+]
+
+[[lists]]
+address = "production@rust-lang.org"
+access-level = "everyone"
diff --git a/teams/wg-leads.toml b/teams/wg-leads.toml
index c3e8999..6c100e0 100644
--- a/teams/wg-leads.toml
+++ b/teams/wg-leads.toml
@@ -4,3 +4,8 @@ name = "wg-leads"
leads = []
members = []
include-wg-leads = true
+
+[[lists]]
+address = "wg-leads@rust-lang.org"
+access-level = "everyone"
+extra-teams = ["core"]
diff --git a/teams/wg-wasm.toml b/teams/wg-wasm.toml
index 2a36f16..10e4e0e 100644
--- a/teams/wg-wasm.toml
+++ b/teams/wg-wasm.toml
@@ -9,3 +9,7 @@ members = [
"aturon",
"mgattozzi",
]
+
+[[lists]]
+address = "wasm@rust-lang.org"
+access-level = "everyone"