Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Change-Id: If956d286fca71c00803db04af137990ca15b6bdd
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra committed Nov 27, 2017
1 parent 3874e0b commit 7156457
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 8 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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/
3 changes: 2 additions & 1 deletion automation/build-artifacts-manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion automation/build-artifacts.packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
yum-utils
make
ansible
git
1 change: 0 additions & 1 deletion automation/check-patch.packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
yum-utils
git
make
ansible
3 changes: 2 additions & 1 deletion automation/check-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
rm -rf output
rm -f ./*tar.gz

make dist
# Get the tarball
./build.sh dist

# create the src.rpm
rpmbuild \
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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.cluster-upgrade"
PACKAGE_NAME="ovirt-ansible-cluster-upgrade"
Expand Down
2 changes: 1 addition & 1 deletion ovirt-ansible-cluster-upgrade.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ sh build.sh install
%license LICENSE

%changelog
* Thu Nov 16 2017 Ondra Machacek <[email protected]> - 1.0.0-0
* Mon Nov 27 2017 Ondra Machacek <[email protected]> - 1.1.0-1
- Initial release

0 comments on commit 7156457

Please sign in to comment.