]> git.lizzy.rs Git - rust.git/commitdiff
more comments
authorRalf Jung <post@ralfj.de>
Tue, 23 Jul 2019 08:54:30 +0000 (10:54 +0200)
committerWho? Me?! <mark-i-m@users.noreply.github.com>
Tue, 23 Jul 2019 20:36:51 +0000 (15:36 -0500)
src/ci/docker/x86_64-gnu-tools/checktools.sh
src/tools/publish_toolstate.py

index db10c84a9977c3cde624bf10609329b67e05b92c..e0de51e2cb0ab355f7373b170b2645c4545ff7e4 100755 (executable)
@@ -112,6 +112,7 @@ change_toolstate() {
         echo 'Toolstate is not changed. Not updating.'
     else
         if [ $SIX_WEEK_CYCLE -ge 35 ]; then
+            # Reject any regressions during the week before beta cutoff.
             python2.7 "$CHECK_NOT" "$OS" "$TOOLSTATE_FILE" "_data/latest.json" regressed
         fi
         sed -i "1 a\\
index 0f1ae5e0eb2edc58a6d4e1b4396d3eba4ea2a19f..b8dcba3afc3a1624c897c8a27028ebc6dec8d8aa 100755 (executable)
@@ -1,7 +1,10 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-## This is set as callback for `src/ci/docker/x86_64-gnu-tools/repo.sh` by the CI scripts
+## 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`).
 
 import sys