Skip to content

Commit

Permalink
Move OSBUILD_COMPOSER_COMMIT definition into Schutzfile
Browse files Browse the repository at this point in the history
and update osbuild-composer reference
  • Loading branch information
atodorov committed Jun 16, 2023
1 parent e4323dc commit 3864733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"dependencies": {
"osbuild": {
"commit": "2e3f5fc047cab73b68225f6d9d6817e824178d34"
},
"osbuild-composer": {
"commit": "dabc51d2521f37b753d78782d04276ec2b110765"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion schutzbot/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3864733

Please sign in to comment.