glusterfs/0001-Update-rfc.sh-to-rhgs-3.5.0.patch
Milind Changire 66d73904d1 autobuild v6.0-1
Resolves: bz#1493284 bz#1578703 bz#1600918 bz#1670415 bz#1691620
Resolves: bz#1693935 bz#1695057
Signed-off-by: Milind Changire <mchangir@redhat.com>
2019-04-07 23:04:00 -04:00

27 lines
543 B
Diff

From d6ae2eb7fa7431db2108173c08b9e4455dd06005 Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
Date: Thu, 21 Mar 2019 12:22:43 +0530
Subject: [PATCH 01/52] Update rfc.sh to rhgs-3.5.0
Signed-off-by: Milind Changire <mchangir@redhat.com>
---
rfc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rfc.sh b/rfc.sh
index 764205c..94c92ef 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -18,7 +18,7 @@ done
shift $((OPTIND-1))
-branch="release-6";
+branch="rhgs-3.5.0";
set_hooks_commit_msg()
{
--
1.8.3.1