1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

ansibulled -> antsibull. (#416)

This commit is contained in:
Felix Fontein 2020-05-26 23:05:05 +02:00 committed by GitHub
parent e65efba8b2
commit 9e62a0abb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@
"changelogs/fragments/." "changelogs/fragments/."
], ],
"requirements": [ "requirements": [
"git+git://github.com/ansible-community/ansibulled.git@pip-installable#egg=ansibulled" "git+git://github.com/ansible-community/antsibull.git@pip-installable#egg=antsibull"
] ]
} }

View file

@ -21,7 +21,7 @@ def main():
if ext not in allowed_extensions: if ext not in allowed_extensions:
print('%s:%d:%d: extension must be one of: %s' % (path, 0, 0, ', '.join(allowed_extensions))) print('%s:%d:%d: extension must be one of: %s' % (path, 0, 0, ', '.join(allowed_extensions)))
cmd = ['ansibulled-changelog', 'lint'] + paths cmd = ['antsibull-changelog', 'lint'] + paths
subprocess.check_call(cmd) subprocess.check_call(cmd)