Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
292d5913
Commit
292d5913
authored
5 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
rpmlint issue is ignored now
parent
854e524d
No related branches found
No related tags found
1 merge request
!957
rpmlint issue is ignored now
Pipeline
#14815
passed
5 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
rpm/rpmlint.config
+1
-0
1 addition, 0 deletions
rpm/rpmlint.config
with
5 additions
and
1 deletion
.gitignore
+
3
−
0
View file @
292d5913
...
@@ -25,3 +25,6 @@ debian/src/
...
@@ -25,3 +25,6 @@ debian/src/
debian/minerva*
debian/minerva*
debian/src/*.sql
debian/src/*.sql
/bin/
/bin/
#rpm build files
rpm/rpmbuildtemp/
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
292d5913
...
@@ -444,7 +444,7 @@ rpmlint:
...
@@ -444,7 +444,7 @@ rpmlint:
-
tags
-
tags
script
:
script
:
-
yum -y install rpmlint
-
yum -y install rpmlint
-
rpmlint rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm
-
rpmlint
-f rpm/rpmlint.config
rpm/rpmbuildtemp/RPMS/noarch/minerva-*.rpm
test_deploy_with_db_without_superadmin_rights
:
test_deploy_with_db_without_superadmin_rights
:
image
:
tomcat:8-jre8
image
:
tomcat:8-jre8
...
...
This diff is collapsed.
Click to expand it.
rpm/rpmlint.config
0 → 100644
+
1
−
0
View file @
292d5913
addFilter
(
"E: dir-or-file-in-opt"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment