Compare commits

...

3 Commits

Author SHA1 Message Date
Martin Krizek 3f4a423c94 upstream 0.1.10 release 2016-08-17 12:55:48 +02:00
Kamil Páral ff61b89b84 upstream 0.1.9 release 2016-07-19 14:15:37 +02:00
Tim Flink 70fc8e84be it's not 2015 any more 2016-02-05 05:39:06 -07:00
3 changed files with 17 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
/0.1.6.tar.gz
/0.1.7.tar.gz
/0.1.8.tar.gz
/0.1.9.tar.gz
/0.1.10.tar.gz
+1 -3
View File
@@ -1,3 +1 @@
094525bea8b573886354c91b8873d49d 0.1.6.tar.gz
02c2af86b8f87d679700660303e9bdac 0.1.7.tar.gz
087f7429a3f6ad554457bebb9058b2da 0.1.8.tar.gz
3c969a3453695da64a1f60862f1dd2c3 0.1.10.tar.gz
+14 -2
View File
@@ -2,7 +2,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: testcloud
Version: 0.1.8
Version: 0.1.10
Release: 1%{?dist}
Summary: Tool for running cloud images locally
@@ -96,7 +96,19 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir
%{_bindir}/testcloud
%changelog
* Fri Feb 05 2015 Tim Flink <tflink@fedoraproject.org> - 0.1.8-1
* Wed Aug 17 2016 Martin Krizek <mkrizek@redhat.com> - 0.1.10-1
- use symlinks for file:// urls
- look for the jinja template in the conf/ dir first
* Tue Jul 19 2016 Kamil Páral <kparal@redhat.com> - 0.1.9-1
- upstream 0.1.9 release
- "destroy" commands renamed to "remove"
- "instance remove" now supports "--force"
- new "instance reboot" command
- no more crashes when stopping an already stopped instance
- option to automatically stop an instance during remove (API)
* Fri Feb 05 2016 Tim Flink <tflink@fedoraproject.org> - 0.1.8-1
- Explicitly fail when IP address is not found
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2