summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-10 19:58:42 (GMT)
committerGitHub <noreply@github.com>2017-06-10 19:58:42 (GMT)
commit6b6e68776663c0dda04b6a36609297728da2ae9e (patch)
tree893a56bd5943397b5c1a25c49d707d4000e7e5a4 /Tools/buildbot/build.bat
parent29fda8db16e0edab92841277fa223f844f5a92cc (diff)
downloadcpython-6b6e68776663c0dda04b6a36609297728da2ae9e.zip
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.gz
cpython-6b6e68776663c0dda04b6a36609297728da2ae9e.tar.bz2
bpo-27425: Be more explicit in .gitattributes (GH-840)
Updates checked-in line endings on several files.
Diffstat (limited to 'Tools/buildbot/build.bat')
-rw-r--r--Tools/buildbot/build.bat34
1 files changed, 17 insertions, 17 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
index 5e840cc..9af511a 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -1,17 +1,17 @@
-@rem Used by the buildbot "compile" step.
-
-@rem Clean up
-call "%~dp0clean.bat" %*
-
-@rem If you need the buildbots to start fresh (such as when upgrading to
-@rem a new version of an external library, especially Tcl/Tk):
-@rem 1) uncomment the following line:
-
-@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
-
-@rem 2) commit and push
-@rem 3) wait for all Windows bots to start a build with that changeset
-@rem 4) re-comment, commit and push again
-
-@rem Do the build
-call "%~dp0..\..\PCbuild\build.bat" -e -d -k -v %*
+@rem Used by the buildbot "compile" step.
+
+@rem Clean up
+call "%~dp0clean.bat" %*
+
+@rem If you need the buildbots to start fresh (such as when upgrading to
+@rem a new version of an external library, especially Tcl/Tk):
+@rem 1) uncomment the following line:
+
+@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+
+@rem 2) commit and push
+@rem 3) wait for all Windows bots to start a build with that changeset
+@rem 4) re-comment, commit and push again
+
+@rem Do the build
+call "%~dp0..\..\PCbuild\build.bat" -e -d -k -v %*