37 lines
873 B
Diff
37 lines
873 B
Diff
From 6ff3314f24687c8224a5520f9c4d2b3c39e730b7 Mon Sep 17 00:00:00 2001
|
|
From: Tamar Shacked <tshacked@redhat.com>
|
|
Date: Tue, 1 Jun 2021 13:02:24 +0300
|
|
Subject: [PATCH 546/584] Update rfc.sh to rhgs-3.5.5
|
|
|
|
Signed-off-by: Tamar Shacked <tshacked@redhat.com>
|
|
Change-Id: Iff543dc77174f983dd39f9fb7cc5005b49594750
|
|
---
|
|
rfc.sh | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/rfc.sh b/rfc.sh
|
|
index c0559b9..daeff32 100755
|
|
--- a/rfc.sh
|
|
+++ b/rfc.sh
|
|
@@ -18,7 +18,7 @@ done
|
|
shift $((OPTIND-1))
|
|
|
|
|
|
-branch="rhgs-3.5.4";
|
|
+branch="rhgs-3.5.5";
|
|
|
|
set_hooks_commit_msg()
|
|
{
|
|
@@ -315,7 +315,7 @@ main()
|
|
if [ -z "${reference}" ]; then
|
|
$drier git push $ORIGIN HEAD:refs/for/$branch/rfc;
|
|
else
|
|
- $drier git push $ORIGIN HEAD:refs/for/$branch/ref-${reference};
|
|
+ $drier git push $ORIGIN HEAD:refs/for/$branch;
|
|
fi
|
|
}
|
|
|
|
--
|
|
1.8.3.1
|
|
|