![]() |
STASIS
A pipeline delivery generator
|

Go to the source code of this file.
Functions | |
| int | recipe_clone (char *recipe_dir, char *url, char *gitref, char **result) |
| int | recipe_get_style (char *repopath) |
| int | recipe_get_build_system (const char *repopath, int style) |
| int recipe_clone | ( | char * | recipe_dir, |
| char * | url, | ||
| char * | gitref, | ||
| char ** | result ) |
Download a Conda package recipe
| recipe_dir | path to store repository |
| url | remote address of git repository |
| gitref | branch/tag/commit |
| result | absolute path to downloaded repository |

| int recipe_get_style | ( | char * | repopath | ) |
Determine the layout/type of repository path
| repopath | path to git repository containing conda recipe(s) |