update-w3c-deps css --auto-update fails if no 'master' branch |
||
Issue description$ update-w3c-deps css --auto-update --allow-local-commits ## Noting the current Chromium commit. ## Cloning https://chromium.googlesource.com/external/w3c/csswg-test.git into src/chromium/src/third_party/WebKit/csswg-test. ## Noting the revision we are importing. ## Cleaning out tests from LayoutTests/imported/csswg-test. ## Importing the tests. ## Deleting manual tests. ## Deleting any orphaned baselines. ## Deleting temp repo directory src/chromium/src/third_party/WebKit/csswg-test. # ret> 1 ## Committing changes. ## Done: changes imported and committed. ## Uploading change list. ## Gathering directory owners emails to CC. # ret> 128 # err> fatal: ambiguous argument 'master': unknown revision or path not in the working tree. # err> Use '--' to separate paths from revisions, like this: # err> 'git <command> [<revision>...] -- [<file>...]'
,
Sep 1 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f6ebb91c6e76fd279286cf157a8e0c4fec998994 commit f6ebb91c6e76fd279286cf157a8e0c4fec998994 Author: kojii <kojii@chromium.org> Date: Thu Sep 01 18:11:16 2016 Fix deps_updater.py to use 'origin/master' instead of 'master' BUG= 643045 Review-Url: https://codereview.chromium.org/2298183005 Cr-Commit-Position: refs/heads/master@{#415998} [modify] https://crrev.com/f6ebb91c6e76fd279286cf157a8e0c4fec998994/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py [modify] https://crrev.com/f6ebb91c6e76fd279286cf157a8e0c4fec998994/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
,
Sep 2 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by kojii@chromium.org
, Sep 1 2016Owner: kojii@chromium.org
Status: Started (was: Untriaged)