Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile - add DEPLOY_OPTS var to pass deployment options #2851

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

landryb
Copy link
Member

@landryb landryb commented Dec 10, 2019

Add DEPLOY_OPTS var to pass deployment options to deb-build-georchestra target (#2826)

It allows for example overrides such as

make DEPLOY_OPTS='deb:deploy -Ddeb.repository.location=/var/www/packages.georchestra.org/htdocs/debian -Ddeb.reprepro.config=/var/www/packages.georchestra.org/htdocs/debian/conf -Ddeb.repository.branch=19.04'  deb-build-georchestra

so that i can hopefully produce debian pkgs in the bot with wps jars. To be backported to 19.04 & 18.06 too ?

@fvanderbiest fvanderbiest changed the title Add DEPLOY_OPTS var to pass deployment options to deb-build-georchest… Makefile - add DEPLOY_OPTS var to pass deployment options Dec 10, 2019
@fvanderbiest fvanderbiest added this to the 19.12 milestone Dec 10, 2019
@fvanderbiest fvanderbiest merged commit 42da626 into georchestra:master Dec 12, 2019
@fvanderbiest
Copy link
Member

To be backported to 19.04 & 18.06 too ?

done

@landryb
Copy link
Member Author

landryb commented Dec 12, 2019

great, https://packages.georchestra.org/bot/builders/buildjob-19.04/builds/83 is successful, packages are directly deployed to the repo... but since 88989e3 geoserver seems built but not packaged anymore. sigh.

@landryb
Copy link
Member Author

landryb commented Dec 12, 2019

Now i think ${DEPLOY_OPTS} should also be added to deb-build-geoserver target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants