Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Release 0.4 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
machacekondra authored May 3, 2018
1 parent d929082 commit 6d08187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="0.4"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

ROLE_NAME="oVirt.disaster-recovery"
PACKAGE_NAME="ovirt-ansible-disaster-recovery"
Expand Down Expand Up @@ -40,6 +40,7 @@ install() {
mkdir -p $PKG_DOC_DIR

cp -pR defaults/ $PKG_DATA_DIR
cp -pR files/ $PKG_DATA_DIR
cp -pR library/ $PKG_DATA_DIR
cp -pR meta/ $PKG_DATA_DIR
cp -pR tasks/ $PKG_DATA_DIR
Expand Down
7 changes: 7 additions & 0 deletions ovirt-ansible-disaster-recovery.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ sh build.sh install
%license LICENSE

%changelog
* Thu May 3 2018 Ondra Machacek <[email protected]> - 0.4-1
- Add ignore errors to all included tasks.
- Require Ansible 2.5.
- Add python scripts for generate_mapping.
- Add python validator script for mapping file
- Support include_tasks in ovirt-disaste-recovery.

* Thu Mar 1 2018 Ondra Machacek <[email protected]> - 0.3-1
- Add reports about the status of a storage domain import.

Expand Down

0 comments on commit 6d08187

Please sign in to comment.