Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0621592b
Commit
0621592b
authored
Jul 18, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tell people to rebase in this case
parent
2bf08a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
scripts/ee_specific_check/ee_specific_check.rb
scripts/ee_specific_check/ee_specific_check.rb
+8
-17
No files found.
scripts/ee_specific_check/ee_specific_check.rb
View file @
0621592b
...
...
@@ -165,25 +165,16 @@ module EESpecificCheck
run_git_command
(
"rebase --abort"
)
say
<<~
MESSAGE
💥 Git status not clean! This shouldn't happen, but there are two
💥 known issues. One can be worked around, and the other can't.
💥 Git status is not clean! This means the CE branch has or had a
💥 conflict with CE master, and we cannot resolve this in an
💥 automatical way. Please rebase
#{
target_head
}
with CE master.
💥 For more details, please read:
💥
💥 First please try to update your CE branch with CE master, and
💥 retry this job. You could find more information in this issue:
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/6038#note_86862115
💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/5960#note_72669536
💥
💥 It's possible, however, that that doesn't work out. In this case,
💥 please just disregard this job. You could find other information at:
💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/6038
💥
💥 There's a work-in-progress fix at:
💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5719
💥
💥 If you would like to help, or have any questions, please
💥 contact @godfat
💥 Before Git could provide a way to resolve conflicts upon rebasing,
💥 we can only ask the authors to rebase and resolve the conflicts
💥 for this script.
⚠️ Git diff:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment