Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
39ed48ab
Commit
39ed48ab
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/ansible-lint: upgrade to 6.17.1
parent
81bec21a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/ansible-lint/APKBUILD
+3
-3
3 additions, 3 deletions
community/ansible-lint/APKBUILD
community/ansible-lint/no-version-check.patch
+2
-2
2 additions, 2 deletions
community/ansible-lint/no-version-check.patch
with
5 additions
and
5 deletions
community/ansible-lint/APKBUILD
+
3
−
3
View file @
39ed48ab
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
ansible-lint
pkgname
=
ansible-lint
pkgver
=
6.17.
0
pkgver
=
6.17.
1
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"check ansible playbooks"
pkgdesc
=
"check ansible playbooks"
url
=
"https://github.com/ansible/ansible-lint"
url
=
"https://github.com/ansible/ansible-lint"
...
@@ -63,6 +63,6 @@ package() {
...
@@ -63,6 +63,6 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
83b6fd08a9e4b848271e935e7a0c332bc9e49fe3b1c0a1a98e9b54b59e21d4a8098746aab9b122f7f9310956efe85bdbd936f34bc15b5d40e1f5e44a5b556982
ansible-lint-6.17.
0
.tar.gz
59fe4c2fafb9ba81ebb595aa8f364756aa5d99352fadd97e16eea32b7d7e169ce37a19df5321f2b120636eb8b473d36224a7d1893f82837ddcf182a4d4768549
ansible-lint-6.17.
1
.tar.gz
9d0459d4f15270a392641ebd73ad1e81f6249806827d4a4c39b0a0dc54c5476a244ef3d2b037c2cd567f6ab1379f639fc82ee686be701e6acebf72533feb47ca
no-version-check.patch
314fa02e0b30db8a8886824b0cce825ae4ffe227e2c5be434bc96e1c3ab8a6239548574d9ed0869def67b94c684a67abbf594f78aadbc64286fe8187502ba275
no-version-check.patch
"
"
This diff is collapsed.
Click to expand it.
community/ansible-lint/no-version-check.patch
+
2
−
2
View file @
39ed48ab
diff --git a/src/ansiblelint/app.py b/src/ansiblelint/app.py
diff --git a/src/ansiblelint/app.py b/src/ansiblelint/app.py
index
5bc03f6..28cd4e9
100644
index
1fc085d..c0e80b8
100644
--- a/src/ansiblelint/app.py
--- a/src/ansiblelint/app.py
+++ b/src/ansiblelint/app.py
+++ b/src/ansiblelint/app.py
@@ -33
3
,7 +33
3
,7 @@
class App:
@@ -33
8
,7 +33
8
,7 @@
class App:
# on offline mode and when run under pre-commit we do not want to
# on offline mode and when run under pre-commit we do not want to
# check for updates.
# check for updates.
...
...
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