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

New redis fixes #182

Merged
merged 7 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove redis.submodule that shouldn't be in the git repo
  • Loading branch information
Dwight Hubbard committed Sep 15, 2023
commit 074d6b9c0b488a16741c94bfca4c20e7e919ff46
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ redislite/package_metadata.json
cobertura.xml
test_unit_redis.db

# Redis submoudle should only be updated in ci/cd
/redis.submodule/

# redis build artifacts
redis.submodule/**/*.o
redis.submodule/**/.make-*
Expand Down
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ shared:
environment:
CHANGELOG_FILENAME: docs/source/topic/changelog.md
PACKAGE_DIRECTORY: redislite
REDIS_VERSION: '6.2.7'
TOX_ENVLIST: py37,py38,py39,py310,py311
REDIS_VERSION: '6.2.9'
TOX_ENVLIST: py38,py39,py310,py311
steps:
- postinit_os: build_scripts/update_redis_server.py

Expand Down