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