14f8ab
From 985ef94c63859907339c11b158e4540a5568d638 Mon Sep 17 00:00:00 2001
14f8ab
From: Rinku Kothiya <rkothiya@redhat.com>
14f8ab
Date: Mon, 18 Nov 2019 02:25:25 -0500
14f8ab
Subject: [PATCH 317/335] Update rfc.sh to rhgs-3.5.1
14f8ab
14f8ab
Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
14f8ab
---
14f8ab
 README | 9 +++++++++
14f8ab
 rfc.sh | 2 +-
14f8ab
 2 files changed, 10 insertions(+), 1 deletion(-)
14f8ab
 create mode 100644 README
14f8ab
14f8ab
diff --git a/README b/README
14f8ab
new file mode 100644
14f8ab
index 0000000..44a118b
14f8ab
--- /dev/null
14f8ab
+++ b/README
14f8ab
@@ -0,0 +1,9 @@
14f8ab
+
14f8ab
+'master' branch is just dummy branch in downstream. Any reference to 'upstream'
14f8ab
+will point to http://git.gluster.org.
14f8ab
+
14f8ab
+You can checkout the release specific branch by running below command
14f8ab
+ bash$ git checkout -t -b rhs-x.y origin/rhs-x.y
14f8ab
+
14f8ab
+Happy Hacking!!
14f8ab
+
14f8ab
diff --git a/rfc.sh b/rfc.sh
14f8ab
index 94c92ef..69ddd2b 100755
14f8ab
--- a/rfc.sh
14f8ab
+++ b/rfc.sh
14f8ab
@@ -18,7 +18,7 @@ done
14f8ab
 shift $((OPTIND-1))
14f8ab
 
14f8ab
 
14f8ab
-branch="rhgs-3.5.0";
14f8ab
+branch="rhgs-3.5.1";
14f8ab
 
14f8ab
 set_hooks_commit_msg()
14f8ab
 {
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab