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

Bump image versions fix python-searchable demo #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zhaars
Copy link
Contributor

@Zhaars Zhaars commented Jul 1, 2024

No description provided.

@Zhaars Zhaars requested review from Lagovas and G1gg1L3s July 1, 2024 12:54
Comment on lines +621 to +628
# using commit instead of version/tag to use the commit with specific SqlAlchemy from examples/python
# https://github.com/cossacklabs/acra/pull/669/commits/be2ab1a4440e105dee1423ae21da1ee74e842801
# and some examples/python fixes
# https://github.com/cossacklabs/acra/commit/e1773020a881a39d126724bd3992b9b436173fa0
COSSACKLABS_ACRA_VCS_REF=${COSSACKLABS_ACRA_VCS_REF:-'e1773020a881a39d126724bd3992b9b436173fa0'}
if [ -d "${PROJECT_DIR}/acra" ]
then
git -C "${PROJECT_DIR}/acra" checkout "$COSSACKLABS_ACRA_VCS_BRANCH";
git -C "${PROJECT_DIR}/acra" checkout "$COSSACKLABS_ACRA_VCS_REF";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly, this commit is pinned because it was done after the 0.95.0 and we don't have a tag to refer to it, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly! Moreover there are no tag-based branches like 0.95.0 its only tags, so we should using come commits

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks! Could you then add a tag TODO or something to mark this as a temporal workaround?

@Zhaars Zhaars requested a review from G1gg1L3s July 1, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants