Skip to content

Commit

Permalink
Initialising Business API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 29, 2023
1 parent 04ff0fc commit 107fac3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 252 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
set -e

NAME="data-publication/business-api/business-api"
SOURCE="telefonicaiot/business-api"
DOCKER_TARGET="fiware/business-api"
QUAY_TARGET="quay.io/fiware/business-api"
SOURCE="fiware/biz-ecosystem-apis"
DOCKER_TARGET="fiware/biz-ecosystem-apis"
QUAY_TARGET="quay.io/fiware/biz-ecosystem-apis"


REPOSITORY="$(git rev-parse --show-toplevel)/$NAME"
TAGS="$(git -C $REPOSITORY rev-list --tags --max-count=1 )"
VERSION=$(git -C $REPOSITORY describe --exclude 'FIWARE*' --tags $TAGS )

echo "NOT DONE - $VERSION"
exit 0
echo "VERSION - $VERSION"

function clone {
echo 'cloning from '"$1 $2"' to '"$3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
set -e

NAME="data-publication/business-api/charging-backend"
SOURCE="telefonicaiot/charging-backend"
DOCKER_TARGET="fiware/charging-backend"
QUAY_TARGET="quay.io/fiware/charging-backend"
SOURCE="fiware/biz-ecosystem-charging-backend"
DOCKER_TARGET="fiware/biz-ecosystem-charging-backend"
QUAY_TARGET="quay.io/fiware/biz-ecosystem-charging-backend"


REPOSITORY="$(git rev-parse --show-toplevel)/$NAME"
TAGS="$(git -C $REPOSITORY rev-list --tags --max-count=1 )"
VERSION=$(git -C $REPOSITORY describe --exclude 'FIWARE*' --tags $TAGS )

echo "NOT DONE - $VERSION"
exit 0
echo "VERSION - $VERSION"

function clone {
echo 'cloning from '"$1 $2"' to '"$3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set -e

NAME="data-publication/business-api/logic-proxy"
SOURCE="telefonicaiot/logic-proxy"
DOCKER_TARGET="fiware/logic-proxy"
QUAY_TARGET="quay.io/fiware/logic-proxy"
SOURCE="fiware/biz-ecosystem-logic-proxy"
DOCKER_TARGET="fiware/biz-ecosystem-logic-proxy"
QUAY_TARGET="quay.io/fiware/biz-ecosystem-logic-proxy"


REPOSITORY="$(git rev-parse --show-toplevel)/$NAME"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
set -e

NAME="data-publication/business-api/rss"
SOURCE="telefonicaiot/rss"
DOCKER_TARGET="fiware/rss"
QUAY_TARGET="quay.io/fiware/rss"
SOURCE="fiware/biz-ecosystem-rss"
DOCKER_TARGET="fiware/biz-ecosystem-rss"
QUAY_TARGET="quay.io/fiware/biz-ecosystem-rss"


REPOSITORY="$(git rev-parse --show-toplevel)/$NAME"
TAGS="$(git -C $REPOSITORY rev-list --tags --max-count=1 )"
VERSION=$(git -C $REPOSITORY describe --exclude 'FIWARE*' --tags $TAGS )

echo "NOT DONE - $VERSION"
exit 0
echo "VERSION - $VERSION"

function clone {
echo 'cloning from '"$1 $2"' to '"$3"
Expand Down
39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-customer-management.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-ordering-management.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-party-management.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-product-catalog.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-product-inventory.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .github/fiware/data-publication/x-usage-management.sh

This file was deleted.

0 comments on commit 107fac3

Please sign in to comment.