Skip to content

Commit

Permalink
Merge pull request #36 from mkumar-02/main
Browse files Browse the repository at this point in the history
PMBS-Social Regsitry: package added and script modified
  • Loading branch information
lalithkota authored Feb 28, 2024
2 parents df17ae6 + e3eed15 commit 2359837
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 17.0-develop
- 1.1.0
- 17.0-develop-social-registry
- 17.0-develop-pbms-with-social-registry

jobs:
docker-build:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
for package in packages/${packageNameInput}.txt; do
export IMAGE_ID=$NAMESPACE/$SERVICE_NAME
if [[ $packageNameInput = *social-registry* ]]; then
if [[ $packageNameInput = 17.0-develop-social-registry* ]]; then
export IMAGE_ID="$NAMESPACE/openg2p-social-registry-odoo-package"
fi
export VERSION=$(basename "${package}" ".txt")
Expand Down
29 changes: 29 additions & 0 deletions packaging/packages/17.0-develop-pbms-with-social-registry.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# The below modules are OCA dependencies, manually adding them here for now.
server_auth = git://17.0//https://github.com/openg2p/server-auth
queue = git://17.0//https://github.com/oca/queue
connector = git://17.0//https://github.com/oca/connector
rest_framework = git://17.0//https://github.com/openg2p/rest-framework
server_env = git://17.0//https://github.com/oca/server-env
server_tools = git://17.0//https://github.com/openg2p/server-tools
storage = git://17.0//https://github.com/openg2p/storage
web = git://17.0//https://github.com/oca/web
web_api= git://17.0//https://github.com/oca/web-api
helpdesk = git://17.0//https://github.com/oca/helpdesk
#odoo_formio = git://17.0//https://github.com/openg2p/odoo-formio
#
openg2p_documents = git://17.0-develop//https://github.com/openg2p/openg2p-documents
openg2p_registry = git://17.0-develop//https://github.com/openg2p/openg2p-registry
openg2p_program = git://17.0-develop//https://github.com/openg2p/openg2p-program
openg2p_mts = git://17.0-develop//https://github.com/openg2p/openg2p-mts
openg2p_theme = git://17.0-develop//https://github.com/openg2p/openg2p-theme
openg2p_auth = git://17.0-develop//https://github.com/openg2p/openg2p-auth
openg2p_odoo_commons = git://17.0-develop//https://github.com/openg2p/openg2p-odoo-commons
openg2p_self_service_portal = git://17.0-develop//https://github.com/openg2p/openg2p-self-service-portal
openg2p_notifications = git://17.0-develop//https://github.com/openg2p/openg2p-notifications
#openg2p_security = git://17.0-develop//https://github.com/openg2p/openg2p-security
openg2p_importers = git://17.0-develop//https://github.com/openg2p/openg2p-importers
#openg2p_formio = git://17.0-develop//https://github.com/openg2p/openg2p-formio
#openspp_registry = git://17.0//https://github.com/openspp/openspp-registry
#openspp_program = git://17.0//https://github.com/openspp/openspp-program
#openspp_grm = git://17.0//https://github.com/openspp/openspp-grievance-redress-mechanism
openg2p_social_registry = git://17.0-develop//https://github.com/openg2p/openg2p-social-registry

0 comments on commit 2359837

Please sign in to comment.