glusterfs/0511-Update-rfc.sh-to-rhgs-3.4.4.patch
Milind Changire 2f3c8edfdf autobuild v3.12.2-41
Resolves: bz#1390151 bz#1410145 bz#1429190 bz#1510752 bz#1511779
Resolves: bz#1570958 bz#1574490 bz#1595246 bz#1618669 bz#1661393
Resolves: bz#1668989 bz#1669020
Signed-off-by: Milind Changire <mchangir@redhat.com>
2019-02-11 20:46:22 -05:00

28 lines
598 B
Diff

From 4049de578f44e028ebe6beab3b1b13ce4d3de954 Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
Date: Fri, 1 Feb 2019 19:55:33 +0530
Subject: [PATCH 511/529] Update rfc.sh to rhgs-3.4.4
Change-Id: I826c246fefecf8cf12999e3b4b307d0a29aef668
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 bd52851..6f5c77c 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -17,7 +17,7 @@ done
shift $((OPTIND-1))
-branch="rhgs-3.4.3";
+branch="rhgs-3.4.4";
set_hooks_commit_msg()
{
--
1.8.3.1