gecko-dev/taskcluster/docker/rust-build
Andrew Halberstadt c9beaa56b4 Bug 1373294 - Fix E305 (two blank lines after method or class) in files enabled by flake8 linter, r=jmaher
This is needed before we can upgrade to flake8 3.3.0, as that version starts flagging these errors.

These files were modified by running:
autopep8 --select E305 --in-place -r <dir>

on the affected directories. I did it one dir at a time and verified the result after each.

MozReview-Commit-ID: FmlsfiKIbtr

--HG--
extra : rebase_source : 9df32258cadff5d27a0e72113c57f782756c0b18
2017-06-15 12:10:59 -04:00
..
Dockerfile Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
README.md Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
REGISTRY Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
VERSION Bug 1371372 - Remove cargo tarball naming work-around. r=mshal 2017-06-08 11:48:55 -07:00
build_cargo.sh Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
build_rust.sh Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
build_rust_mac.sh Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
fetch_cargo.sh Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
fetch_rust.sh Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
package_rust.sh Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
repack_rust.py Bug 1371372 - Remove cargo tarball naming work-around. r=mshal 2017-06-08 11:48:55 -07:00
splat_rust.py Bug 1373294 - Fix E305 (two blank lines after method or class) in files enabled by flake8 linter, r=jmaher 2017-06-15 12:10:59 -04:00
task.json Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
tcbuild.py Bug 1351031 - Update rust-build container. r=mshal 2017-03-27 14:02:44 -07:00
upload_rust.sh Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30

README.md

This is a docker script for building rust toolchains for use in Mozilla's build clusters.