From 2e1595d14af8e1bae2239694a3b45dfae49ae31a Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 25 Apr 2015 18:51:43 +0300 Subject: [PATCH] scripts/create_addon: add support for PKG_ADDON_REPOVERSION we now use multi-repos. no addon should be build and uploaed if it doesnt match the repo it is targeted for --- scripts/create_addon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_addon b/scripts/create_addon index f4943584c3..e166153953 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -37,7 +37,7 @@ if [ -n "$PKG_ADDON_PROJECTS" -a ! "$PKG_ADDON_PROJECTS" = "any" ]; then fi done if [ ! "$PROJECT_SUPPORTED" = "yes" ] ; then - echo "*** ERROR: $PKG_ADDON_ID: '$PROJECT' not supported ***" + echo "*** ERROR: $PKG_ADDON_ID: '$PKG_ADDON_REPOVERSION' not supported ***" exit 0 fi fi