Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
ww8-bash
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ww8it
packaging
ww8-bash
Commits
4964136a
Commit
4964136a
authored
2 years ago
by
Christof Schulze
Browse files
Options
Downloads
Patches
Plain Diff
rebuild for Fedora 36,
remove %clean section, added CI basics
parent
f6b11e34
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
ww8-bash.spec
+5
-4
5 additions, 4 deletions
ww8-bash.spec
with
20 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
15
−
0
View file @
4964136a
image
:
registry.fedoraproject.org/fedora:36
before_script
:
-
dnf -y install rpmlint rpm-build
stages
:
-
Static Analysis
rpmlint
:
stage
:
Static Analysis
script
:
-
rpmlint --version
-
rpmlint *.spec
This diff is collapsed.
Click to expand it.
ww8-bash.spec
+
5
−
4
View file @
4964136a
Name: ww8-bash
Version: 1.0.
5
Version: 1.0.
6
Release: 1%{?dist}
License: MIT
Summary: Environment settings
...
...
@@ -70,12 +70,13 @@ rm -rf %{buildroot}
%files tools
%clean
rm -rf %{buildroot}
%changelog
* Wed May 18 2022 Christof Schulze <christof.schulze@fau.de> - 1.0.6-1
- rebuild for Fedora 36
- remove %clean section
- added CI basics
* Tue Feb 8 2022 Christof Schulze <christof.schulze@fau.de> - 1.0.5-1
- fixing mkl_fix
* Thu Dec 2 2021 Christof Schulze <christof.schulze@fau.de> - 1.0.4-1
...
...
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