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

Remove special provision for c9s #528

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

mulkieran
Copy link
Member

Closes #527

@mulkieran mulkieran self-assigned this Oct 24, 2024
@mulkieran mulkieran marked this pull request as ready for review October 24, 2024 17:06
@bgurney-rh
Copy link
Member

It's time to add some more targets to "mockbuild.sh"; something like this:

diff --git a/mockbuild_test/mockbuild.sh b/mockbuild_test/mockbuild.sh
index bdb62cf..92aedfd 100755
--- a/mockbuild_test/mockbuild.sh
+++ b/mockbuild_test/mockbuild.sh
@@ -16,11 +16,16 @@ if [ -z "$DIST_RELEASE" ]; then
 fi
 
 case $DIST_RELEASE in
-"centos-stream")
+"centos-9-stream")
        DIST="el9"
        MOCKCONFIG="/etc/mock/centos-stream-9-x86_64.cfg"
        ;;
 
+"centos-10-stream")
+       DIST="el10"
+       MOCKCONFIG="/etc/mock/centos-stream-10-x86_64.cfg"
+       ;;
+
 "fedora-rawhide")
        DIST="fc42"
        MOCKCONFIG="/etc/mock/fedora-rawhide-x86_64.cfg"
@@ -42,7 +47,7 @@ case $DIST_RELEASE in
        ;;
 
 *)
-       echo "Usage: $0 centos-stream | fedora-rawhide | fedora-next | fedora-latest | fedora-previous"
+       echo "Usage: $0 centos-9-stream | centos-10-stream | fedora-rawhide | fedora-next | fedora-latest | fedora-previous"
        exit 1
        ;;
 esac

It was always only temporary.

Signed-off-by: mulhern <[email protected]>
@mulkieran mulkieran merged commit 611a6ba into stratis-storage:master Oct 24, 2024
5 checks passed
@mulkieran mulkieran deleted the issue_ci_527 branch October 24, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update stratisd spec file so that c9s and c10s are built the same
2 participants