glusterfs/0001-Update-rfc.sh-to-rhgs-3.4.0.patch
Milind Changire ee817adf44 autobuild v3.12.2-1
Resolves: bz#1442983 bz#1474745 bz#1503244 bz#1505363 bz#1509102
Signed-off-by: Milind Changire <mchangir@redhat.com>
2017-11-15 08:56:13 -05:00

27 lines
545 B
Diff

From d4d80332fb3231b1501720d604cf72882c4564ef Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
Date: Thu, 9 Nov 2017 01:46:40 -0500
Subject: [PATCH 01/74] Update rfc.sh to rhgs-3.4.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 1354715..356242e 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -17,7 +17,7 @@ done
shift $((OPTIND-1))
-branch="release-3.12";
+branch="rhgs-3.4.0";
set_hooks_commit_msg()
{
--
1.8.3.1