diff --git a/Schutzfile b/Schutzfile index 086c542b..a9df2ca2 100644 --- a/Schutzfile +++ b/Schutzfile @@ -3,6 +3,9 @@ "dependencies": { "osbuild": { "commit": "2e3f5fc047cab73b68225f6d9d6817e824178d34" + }, + "osbuild-composer": { + "commit": "dabc51d2521f37b753d78782d04276ec2b110765" } } }, diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index a34dd1ab..cf6e12af 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -8,7 +8,7 @@ DNF_REPO_BASEURL=http://osbuild-composer-repos.s3.amazonaws.com # The osbuild-composer commit to run reverse-dependency test against. # Currently: rpmbuild: build rpms on RHEL 8.8 and 9.2 -OSBUILD_COMPOSER_COMMIT=caac5fc7af0ec59df7bcb590de233f82cdcef4e8 +OSBUILD_COMPOSER_COMMIT=$(jq -r '.global.dependencies."osbuild-composer".commit' Schutzfile) OSBUILD_COMMIT=$(jq -r '.global.dependencies.osbuild.commit' Schutzfile) # Get OS details.