You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules
Dan Jacques fe92995d40 [cipd] Allow packaging whole root.
Currently, the "cipd" recipe module allows a package to be created by
adding directories to a PackageDefinition via "add_dir". However, there
is no current way to add the entirety of a root directory to a package.
The PackageDefinition will generate a relative path of "''", which CIPD
will reject as empty.

Make it so that if the user supplies the root directory as the directory
to add to the package, it properly includes it as ".".

BUG=None
TEST=local
  - Ran recipe with this modification, seems to work

R=iannucci@chromium.org, nodir@chromium.org, vadimsh@chromium.org

Change-Id: Ib5c72038cf153776808f084db835c60f61fd9044
Reviewed-on: https://chromium-review.googlesource.com/510309
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org>
8 years ago
..
bot_update bot_update: fix regression with swallowed exception 8 years ago
cipd [cipd] Allow packaging whole root. 8 years ago
depot_tools
gclient [recipes] convert all recipe_modules to use new context module. 8 years ago
gerrit [recipes] convert all recipe_modules to use new context module. 8 years ago
git [recipes] convert all recipe_modules to use new context module. 8 years ago
git_cl [recipes] convert all recipe_modules to use new context module. 8 years ago
gitiles Switch to recipe engine "url" module. 8 years ago
gsutil
infra_paths Enable strict coverage for all modules 8 years ago
presubmit [recipes] convert all recipe_modules to use new context module. 8 years ago
rietveld Enable strict coverage for all modules 8 years ago
tryserver [recipes] convert all recipe_modules to use new context module. 8 years ago
OWNERS