Skip to content

Commit

Permalink
improve lint validation status
Browse files Browse the repository at this point in the history
  • Loading branch information
DerBunman committed Oct 20, 2019
1 parent 77d5a18 commit 0c509db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 121 deletions.
126 changes: 8 additions & 118 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,132 +2,22 @@
galaxy_info:
author: Lorenz Werner
description: deb package builder
# company:
# Some suggested licenses:
license: MIT
# - BSD
# - MIT
# - GPLv2
# - GPLv3
# - Apache
# - CC-BY
# license: GPLv2
min_ansible_version: 2.0
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
min_ansible_version: 2.4
platforms:
#- name: EL
# versions:
# - all
# - 5
# - 6
# - 7
#- name: GenericUNIX
# versions:
# - all
# - any
#- name: Fedora
# versions:
# - all
# - 16
# - 17
# - 18
# - 19
# - 20
#- name: opensuse
# versions:
# - all
# - 12.1
# - 12.2
# - 12.3
# - 13.1
# - 13.2
#- name: Amazon
# versions:
# - all
# - 2013.03
# - 2013.09
#- name: GenericBSD
# versions:
# - all
# - any
#- name: FreeBSD
# versions:
# - all
# - 8.0
# - 8.1
# - 8.2
# - 8.3
# - 8.4
# - 9.0
# - 9.1
# - 9.1
# - 9.2
- name: Ubuntu
versions:
- disco
- bionic
- eoan
# - all
# - lucid
# - maverick
# - natty
# - oneiric
# - precise
# - quantal
# - raring
# - saucy
# - trusty
# - vivid
# - wily
# - xenial
#- name: SLES
# versions:
# - all
# - 10SP3
# - 10SP4
# - 11
# - 11SP1
# - 11SP2
# - 11SP3
#- name: GenericLinux
# versions:
# - all
# - any
- all
- name: Debian
versions:
- stretch
- buster
- bullseye
# - all
# - etch
# - lenny
# - wheezy
#
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
#
categories:
#- cloud
#- cloud:ec2
#- cloud:gce
#- cloud:rax
#- clustering
#- database
#- database:nosql
#- database:sql
#- development
#- monitoring
#- networking
- packaging
- system
#- web
- all

galaxy_tags:
- packaging
- system

dependencies: []
# List your role dependencies here, one per line. Only
# dependencies available via galaxy should be listed here.
# Be sure to remove the '[]' above if you add dependencies
# to this list.

3 changes: 0 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
- git-buildpackage
state: present


- name: 'Installing git_changelog.sh'
copy:
src: 'files/git_changelog.sh'
dest: '/usr/local/bin/git_changelog.sh'
owner: root
group: root
mode: u=rwx,g=rx,o=rx


0 comments on commit 0c509db

Please sign in to comment.