1
0
mirror of https://github.com/oVirt/ovirt-ansible-image-template.git synced 2026-02-05 15:45:29 +01:00

Release 1.1.0 (#1)

This commit is contained in:
Ondra Machacek
2017-11-27 22:21:41 +01:00
committed by GitHub
parent a63a80ed81
commit 2d1aced62f
7 changed files with 39 additions and 8 deletions

31
.travis.yml Normal file
View File

@@ -0,0 +1,31 @@
---
sudo: required
language: python
python:
- "2.7"
services:
- docker
env:
global:
- ANSIBLE_HOST_KEY_CHECKING="False"
# Install python-pip
addons:
apt:
packages:
- python-pip
install:
- pip install tox ansible docker-py yamllint
# Check ansible version
- ansible --version
script:
# Run sytax checks and linters
- tox
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

View File

@@ -4,7 +4,8 @@
rm -rf output
make clean
make dist
# Get the tarball
./build.sh dist
# create the src.rpm, assuming the tarball is in the project's directory
rpmbuild \

View File

@@ -1,4 +1,3 @@
yum-utils
make
ansible
git

View File

@@ -1,4 +1,3 @@
yum-utils
git
make
ansible

View File

@@ -4,7 +4,8 @@
rm -rf output
rm -f ./*tar.gz
make dist
# Get the tarball
./build.sh dist
# create the src.rpm
rpmbuild \

View File

@@ -1,8 +1,8 @@
#!/bin/bash
VERSION="1.0.0"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
VERSION="1.1.0"
MILESTONE=
RPM_RELEASE="1"
ROLE_NAME="ovirt.image-template"
PACKAGE_NAME="ovirt-ansible-image-template"

View File

@@ -41,5 +41,5 @@ sh build.sh install
%license LICENSE
%changelog
* Thu Nov 16 2017 Ondra Machacek <omachace@redhat.com> - 1.0.0-0
* Mon Nov 27 2017 Ondra Machacek <omachace@redhat.com> - 1.1.0-1
- Initial release