Bug 1198452 - Stop creating treeherder.*.org/media/revision

Now that the IRC pushbot configs/What's Deployed links have been updated
to use the new revision.txt file location, we can stop creating the file
in the old location.
This commit is contained in:
Ed Morley 2015-08-26 00:32:41 +01:00
Родитель 737aa8fffb
Коммит abbaa1918d
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -38,8 +38,6 @@ def pre_update(ctx, ref=settings.UPDATE_REF):
ctx.local('find . -type f -name "*.pyc" -delete')
ctx.local('git status -s')
ctx.local('git rev-parse HEAD > dist/revision.txt')
# Remove me once IRC pushbot configs and What's Deployed link updated.
ctx.local('git rev-parse HEAD > treeherder/webapp/media/revision')
@task