Commit 2448b2c5 authored by phajdan.jr's avatar phajdan.jr Committed by Commit bot

Remove comments about keeping export_tarball.py in sync with DEPS

It's being moved to a different repo, see https://codereview.chromium.org/1100783002

BUG=433338

Review URL: https://codereview.chromium.org/1105963002

Cr-Commit-Position: refs/heads/master@{#326873}
parent 587bef69
...@@ -581,16 +581,14 @@ hooks = [ ...@@ -581,16 +581,14 @@ hooks = [
'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'],
}, },
{ {
# Update LASTCHANGE. This is also run by export_tarball.py in # Update LASTCHANGE.
# src/tools/export_tarball - please keep them in sync.
'name': 'lastchange', 'name': 'lastchange',
'pattern': '.', 'pattern': '.',
'action': ['python', 'src/build/util/lastchange.py', 'action': ['python', 'src/build/util/lastchange.py',
'-o', 'src/build/util/LASTCHANGE'], '-o', 'src/build/util/LASTCHANGE'],
}, },
{ {
# Update LASTCHANGE.blink. This is also run by export_tarball.py in # Update LASTCHANGE.blink.
# src/tools/export_tarball - please keep them in sync.
'name': 'lastchange', 'name': 'lastchange',
'pattern': '.', 'pattern': '.',
'action': ['python', 'src/build/util/lastchange.py', 'action': ['python', 'src/build/util/lastchange.py',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment