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