diff options
| author | Ralf Jung <post@ralfj.de> | 2020-03-04 10:17:15 +0100 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-03-04 08:30:26 -0800 |
| commit | a6d8c9c5ebea585304df74bdf56cff186ad8ef1a (patch) | |
| tree | 090f40d3f98e62a072a23503c9cf70fb179e4380 /src/tools/publish_toolstate.py | |
| parent | 0e1cd5935faf9240850c07afb2b7fd8d582c5e25 (diff) | |
| download | rust-a6d8c9c5ebea585304df74bdf56cff186ad8ef1a.tar.gz rust-a6d8c9c5ebea585304df74bdf56cff186ad8ef1a.zip | |
more toolstate comments
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 5fbb986286a..b389cd0373c 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -1,11 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# This script publishes the new "current" toolstate in the toolstate repo (not to be -# confused with publishing the test results, which happens in -# `src/ci/docker/x86_64-gnu-tools/checktools.sh`). -# It is set as callback for `src/ci/docker/x86_64-gnu-tools/repo.sh` by the CI scripts -# when a new commit lands on `master` (i.e., after it passed all checks on `auto`). +# This script computes the new "current" toolstate for the toolstate repo (not to be +# confused with publishing the test results, which happens in `src/bootstrap/toolstate.rs`). +# It gets called from `src/ci/publish_toolstate.sh` when a new commit lands on `master` +# (i.e., after it passed all checks on `auto`). from __future__ import print_function |
