leslie-tsang commented on code in PR #462: URL: https://github.com/apache/apisix-docker/pull/462#discussion_r1201379139
########## redhat/yum.repos.d/apache-apisix.repo: ########## @@ -0,0 +1,9 @@ +[release] +name=Apache APISIX Repository for Redhat +baseurl=https://repos.apiseven.com/packages/redhat/$releasever/$basearch +skip_if_unavailable=False +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=https://repos.apiseven.com/KEYS +enabled=1 +enabled_metadata=1 Review Comment: Yes, Plz. ########## redhat/hooks/build: ########## @@ -0,0 +1,22 @@ +#!/bin/bash +# hooks/build Review Comment: Why we add a build hook here, it seems do the same thing as Makefile do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
