Bug 1446815 - cleanup in naming beetmover source checksums for consistency. r=tomprince

--HG--
rename : taskcluster/ci/beetmover-release-source-checksums/kind.yml => taskcluster/ci/release-beetmover-source-checksums/kind.yml
extra : rebase_source : 46fad2100b374cd281db315472b0398a955211dc
extra : source : 7b33e1765372bb178a33e67a3a161d102c536906
This commit is contained in:
Mihai Tabara 2018-05-03 19:51:20 +03:00
Родитель d6f7b1d2f5
Коммит b0de0153b7
4 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -10,7 +10,7 @@ transforms:
kind-dependencies:
- beetmover-checksums
- beetmover-release-source-checksums
- release-beetmover-source-checksums
jobs:
firefox-promote:

Просмотреть файл

@ -217,7 +217,7 @@ Beetmover, takes specific artifact checksums and pushes it to a location outside
of Taskcluster's task artifacts (archive.mozilla.org as one place) and in the
process determines the final location and "pretty" names it (version product name)
beetmover-release-source-checksums
release-beetmover-source-checksums
---------------------------------
Beetmover, takes source specific artifact checksums and pushes it to a location outside
of Taskcluster's task artifacts (archive.mozilla.org as one place) and in the

Просмотреть файл

@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
Transform beetmover-release-source-checksums task into an actual task description.
Transform release-beetmover-source-checksums into an actual task description.
"""
from __future__ import absolute_import, print_function, unicode_literals