From dbb1b8d8efe05b9d55e44873caedf325b1eaff23 Mon Sep 17 00:00:00 2001 From: Diego Wilson Date: Mon, 11 Sep 2017 11:10:22 -0700 Subject: [PATCH] Rename repo_diff_android.py workspace directories Renamed the upstream and downstream workspaces to "upstream" and "downstream", respectively. Change-Id: I28efd32a4fa4c05410940061c18bb463132d9450 --- tools/repo_diff/repo_diff_android.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/repo_diff/repo_diff_android.py b/tools/repo_diff/repo_diff_android.py index b3039da7c..5074ff54f 100644 --- a/tools/repo_diff/repo_diff_android.py +++ b/tools/repo_diff/repo_diff_android.py @@ -16,8 +16,8 @@ import repo_diff_downstream HELP_MSG = "Diff a repo (downstream) and its upstream" -WORKSPACE = "workspace" -UPSTREAM_WORKSPACE = "upstream_workspace" +DOWNSTREAM_WORKSPACE = "downstream" +UPSTREAM_WORKSPACE = "upstream" DEFAULT_MANIFEST_URL = "https://android.googlesource.com/platform/manifest" DEFAULT_MANIFEST_BRANCH = "oreo-dev" @@ -126,7 +126,7 @@ def diff(manifest_url, manifest_branch, tag, upstream_manifest_url, upstream_manifest_branch, exclusions_file): """Syncs and diffs an Android workspace against an upstream workspace.""" - workspace = os.path.abspath(WORKSPACE) + workspace = os.path.abspath(DOWNSTREAM_WORKSPACE) upstream_workspace = os.path.abspath(UPSTREAM_WORKSPACE) # repo sync downstream source tree repo_sync_specific_release(