Move downloaded artifact cache from buck-cache to bazel-cache
On master, we are removing all traces of Buck (Idb93a48345). To avoid recreating buck-cache when maintainers switch between stable branches, backport the directory renaming to stable-2.14 and later. Change-Id: Ia9c58bc5ac8fd28bac7ee220e917580b60f25a69
This commit is contained in:
@@ -26,7 +26,7 @@ import sys
|
||||
import bowerutil
|
||||
|
||||
CACHE_DIR = os.path.expanduser(os.path.join(
|
||||
'~', '.gerritcodereview', 'buck-cache', 'downloaded-artifacts'))
|
||||
'~', '.gerritcodereview', 'bazel-cache', 'downloaded-artifacts'))
|
||||
|
||||
|
||||
def bower_cmd(bower, *args):
|
||||
|
||||
Reference in New Issue
Block a user