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:
31
.travis.yml
Normal file
31
.travis.yml
Normal 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/
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
yum-utils
|
||||
make
|
||||
ansible
|
||||
git
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
yum-utils
|
||||
git
|
||||
make
|
||||
ansible
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
rm -rf output
|
||||
rm -f ./*tar.gz
|
||||
|
||||
make dist
|
||||
# Get the tarball
|
||||
./build.sh dist
|
||||
|
||||
# create the src.rpm
|
||||
rpmbuild \
|
||||
|
||||
6
build.sh
6
build.sh
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user