Bump version to 1.4.3.38-1

Resolves: RHEL-19028 - Rebase 389-ds-base in RHEL 8.10 to 1.4.3.38
This commit is contained in:
James Chapman 2023-12-12 18:41:42 +00:00
parent 1ce73193c2
commit 6d761a4a90
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
- hosts: localhost
remote_user: root
vars:
ds_repo_url: https://gerrit-git.engineering.redhat.com/git/389-ds-base.git
ds_repo_url: https://github.com/389ds/389-ds-base.git
ds_repo_dir: ds
ds_repo_version: rhel-8.9
ds_repo_version: 389-ds-base-1.4.3
ds_tests: "{{ ds_repo_dir }}/dirsrvtests/tests"
pytest: "py.test-3"
pytest_args: "-v"