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
c9eedf4a
Commit
c9eedf4a
authored
May 20, 2019
by
Sarah Groff Hennigh-Palermo
Committed by
Rémy Coutable
May 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update error text for EE-specific lines check
parent
ae07c203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/ee-specific-lines-check
scripts/ee-specific-lines-check
+2
-1
No files found.
scripts/ee-specific-lines-check
View file @
c9eedf4a
...
@@ -33,10 +33,11 @@ else
...
@@ -33,10 +33,11 @@ else
puts
puts
offenses
.
each
do
|
(
file
,
delta
)
|
offenses
.
each
do
|
(
file
,
delta
)
|
puts
"* 💥
#{
file
}
has
#{
delta
-
current_numstat
[
file
]
}
more different lines than before
! 💥"
puts
"* 💥
#{
file
}
has
#{
delta
-
current_numstat
[
file
]
}
updated lines that differ between EE and CE
! 💥"
end
end
say
<<~
MESSAGE
say
<<~
MESSAGE
ℹ️ Make sure all lines in shared files have been updated in your backport merge request and the branch name includes
#{
minimal_ce_branch_name
}
.
ℹ️ Consider using an EE module to add the features you want.
ℹ️ Consider using an EE module to add the features you want.
ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features
ℹ️ See this for detail: https://docs.gitlab.com/ee/development/ee_features.html#ee-features-based-on-ce-features
MESSAGE
MESSAGE
...
...
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