From: Prarit Bhargava <pra...@redhat.com>

redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT

Remove the quotes around RHDISTGIT.  This causes problems with the bash
scripts in the dist-git-test target.

Signed-off-by: Justin M. Forbes <jfor...@fedoraproject.org>
Signed-off-by: Prarit Bhargava <pra...@redhat.com>

diff --git a/redhat/Makefile.rhpkg b/redhat/Makefile.rhpkg
index blahblah..blahblah 100644
--- a/redhat/Makefile.rhpkg
+++ b/redhat/Makefile.rhpkg
@@ -32,7 +32,7 @@ ifeq ("$(RHDISTGIT_CACHE)", "")
 endif
 
 ifeq ("$(DISTRO)", "fedora")
-       
RHDISTGIT:="ssh://$(RHDISTGIT_USER)@pkgs.fedoraproject.org/rpms/$(PACKAGE_NAME)"
+       
RHDISTGIT:=ssh://$(RHDISTGIT_USER)@pkgs.fedoraproject.org/rpms/$(PACKAGE_NAME)
 else ifeq ("$(DISTRO)", "centos")
        # CentOS uses a fork + merge request based workflow with dist-git to
        # handle changes, so you need to provide the gitlab username and we by
@@ -41,5 +41,5 @@ else ifeq ("$(DISTRO)", "centos")
        GL_FORK_PATH?=$(PACKAGE_NAME).git
        RHDISTGIT:=g...@gitlab.com:$(GL_DISTGIT_USER)/$(GL_FORK_PATH)
 else
-       
RHDISTGIT:="ssh://$(RHDISTGIT_USER)@pkgs.devel.redhat.com/rpms/$(PACKAGE_NAME)"
+       
RHDISTGIT:=ssh://$(RHDISTGIT_USER)@pkgs.devel.redhat.com/rpms/$(PACKAGE_NAME)
 endif

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1647
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to