-
Notifications
You must be signed in to change notification settings - Fork 7
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
Logic revisions needed in build_release.sh script #49
Comments
@jbcrail, Thanks for fixing issue #43. As I first said almost a week ago in issue #49, the Release Process described in webapp-public issue 560 implies the need for some fundamental changes in the logic of the There are two main design changes: (1) make the script operate on one, and only one, OSPC repository at a time, and (2) remove from the script any logic that changes the taxcalc version in the requirements section of a repository's Here are some implications of those two design changes: (a) Because the script is building conda packages with a specified name ( (b) The SKIP_TAXCALC, SKIP_OGUSA, and SKIP_BTAX variables should be replaced by one variable that specifies the kind of packages being built: PKG_NAME. This new variable would have (at the moment) just three valid values: (c) The TAXCALC_TAG variable should be replaced by a variable that specifies the release tag being used to build the packages: PKG_TAG. It seems to me, that these changes are essential if the |
The Release Process described in webapp-public issue 560 implies, it seems to me, the need for some fundamental changes in the logic of the
build_release.sh
script. My thoughts on this are part of the 560 discussion. I'm linking here to that comment here because it is here in the policybrain-builder repository that these logic changes need to be made.The text was updated successfully, but these errors were encountered: