Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/recipe_engine/README.md

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/infra/libs/infra_types/test/infra_types_test.py ('k') | third_party/recipe_engine/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/recipe_engine/README.md
diff --git a/third_party/recipe_engine/README.md b/third_party/recipe_engine/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ff68fed48ee772319d2b017922a5720922dadd98
--- /dev/null
+++ b/third_party/recipe_engine/README.md
@@ -0,0 +1,10 @@
+# Recipes
+
+Recipes are a domain-specific language (embedded in python) for specifying
+sequences of subprocess calls in a cross-platform and testable way.
+
+* [User guide](doc/user_guide.md)
+* Recipes: [public](https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipes/);
+ [internal](https://chrome-internal.googlesource.com/chrome/tools/build_limited/+/master/scripts/slave/recipes/).
+* Recipe modules: [public](https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipe_modules/);
+ [internal](https://chrome-internal.googlesource.com/chrome/tools/build_limited/+/master/scripts/slave/recipe_modules/).
« no previous file with comments | « third_party/infra/libs/infra_types/test/infra_types_test.py ('k') | third_party/recipe_engine/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698