diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-02-28 11:58:02 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:05 +0100 |
commit | 38bb9bd3dc0119839262cbeab72ac82a9102a132 (patch) | |
tree | 3a73c2bc67ed4aea6317c1528e50e6ff77dbcb17 /tools | |
parent | ad85bc27bfc24234c3dbf2c92958d03ad199ddc9 (diff) |
Use the new tool to add recipes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/add-dependency.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/add-dependency.sh b/tools/add-dependency.sh index b1fcc925..cc03203b 100644 --- a/tools/add-dependency.sh +++ b/tools/add-dependency.sh @@ -38,10 +38,4 @@ git push origin upstream git push --tags chdir $curdir -echo "from cerbero import recipe\n\ -\n\ -class Recipe(recipe.Recipe):\n\ - name = '$DEPENDENCY'\n\ - version = '$VERSION'\ -" > cerbero/recipes/$DEPENDENCY.recipe - +./cerbero-uninstalled add-recipe $DEPENDENCY $VERSION |