Skip to content

Commit 7b1b8d1

Browse files
authored
Merge pull request #1775 from Kobzol/rust-lang-deprecated-archived-2
Backport archived rust-lang-deprecated repos (batch 2)
2 parents 56f8260 + 90224fc commit 7b1b8d1

File tree

7 files changed

+46
-0
lines changed

7 files changed

+46
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
org = "rust-lang-deprecated"
2+
name = "rust-buildbot"
3+
description = "Buildbot configs for the Rust project"
4+
bots = []
5+
[[branch-protections]]
6+
pattern = "master"
7+
required-approvals = 0
8+
pr-required = false
9+
10+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "rust-packaging"
3+
description = "Packaging for Rust + Cargo in multiple formats"
4+
bots = []
5+
6+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "rustc-benchmarks"
3+
description = "Some benchmarks for testing rustc performance"
4+
bots = []
5+
6+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "rustc-serialize"
3+
description = "Deprecated serialization/deserialization for Rust"
4+
bots = []
5+
6+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "rustup.sh"
3+
description = "The rustup.sh script for installing Rust from release channels"
4+
bots = []
5+
6+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "tempdir"
3+
description = "Temporary directory management for Rust"
4+
bots = []
5+
6+
[access.teams]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
org = "rust-lang-deprecated"
2+
name = "url"
3+
description = "Deprecated url crate (use rust-url instead)"
4+
bots = []
5+
6+
[access.teams]

0 commit comments

Comments
 (0)