Bug 1409260 - Remove comments about tc-vcs. r?dustin draft
authorMike Hommey <mh+mozilla@glandium.org>
Tue, 17 Oct 2017 15:12:41 +0900
changeset 681930 7d5108c7d25d3ca5e659120542226b57ceb2ca03
parent 681929 2aec69995835f2245a4392c6b2bf36a18c5d1a71
child 736255 edad30074faf12fa14566ecee3a954d3ab886d92
push id84949
push userbmo:mh+mozilla@glandium.org
push dateTue, 17 Oct 2017 21:31:20 +0000
reviewersdustin
bugs1409260
milestone58.0a1
Bug 1409260 - Remove comments about tc-vcs. r?dustin
taskcluster/scripts/tester/test-linux.sh
taskcluster/scripts/tester/test-macosx.sh
--- a/taskcluster/scripts/tester/test-linux.sh
+++ b/taskcluster/scripts/tester/test-linux.sh
@@ -153,18 +153,17 @@ if $NEED_WINDOW_MANAGER; then
     fi
 fi
 
 if [ "${UBUNTU_1604}" ]; then
     maybe_start_pulse
 fi
 
 # For telemetry purposes, the build process wants information about the
-# source it is running; tc-vcs obscures this a little, but we can provide
-# it directly.
+# source it is running
 export MOZ_SOURCE_REPO="${GECKO_HEAD_REPOSITORY}"
 export MOZ_SOURCE_CHANGESET="${GECKO_HEAD_REV}"
 
 # support multiple, space delimited, config files
 config_cmds=""
 for cfg in $MOZHARNESS_CONFIG; do
   config_cmds="${config_cmds} --config-file ${MOZHARNESS_PATH}/configs/${cfg}"
 done
--- a/taskcluster/scripts/tester/test-macosx.sh
+++ b/taskcluster/scripts/tester/test-macosx.sh
@@ -54,18 +54,17 @@ download_mozharness() {
 
     fail "Failed to download and unzip mozharness"
 }
 
 download_mozharness
 rm mozharness.zip
 
 # For telemetry purposes, the build process wants information about the
-# source it is running; tc-vcs obscures this a little, but we can provide
-# it directly.
+# source it is running.
 export MOZ_SOURCE_REPO="${GECKO_HEAD_REPOSITORY}"
 export MOZ_SOURCE_CHANGESET="${GECKO_HEAD_REV}"
 
 # support multiple, space delimited, config files
 config_cmds=""
 for cfg in $MOZHARNESS_CONFIG; do
   config_cmds="${config_cmds} --config-file ${cfg}"
 done