<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dtf.git/bin, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/'/>
<entry>
<title>licensing: use GPLv2+ and LGPLv2+</title>
<updated>2015-11-25T23:10:29+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-25T20:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=4a2420acf4b6f3b425486411c2584a6bca47dd64'/>
<id>4a2420acf4b6f3b425486411c2584a6bca47dd64</id>
<content type='text'>
All library files are LGPL-family, all scripts are GPL.

This sounds like reasonable licensing WRT targeted project
audience.  We can always go to GPLv3+ and LGPLv3+ (or anybody
could to this).  Inspiration from:
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All library files are LGPL-family, all scripts are GPL.

This sounds like reasonable licensing WRT targeted project
audience.  We can always go to GPLv3+ and LGPLv3+ (or anybody
could to this).  Inspiration from:
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing
</pre>
</div>
</content>
</entry>
<entry>
<title>dtf-gen: don't take $outputdir as test candidate</title>
<updated>2015-11-20T17:43:53+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-20T17:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=8c80431e9c9425b3edd7517e9c0dd814599b7104'/>
<id>8c80431e9c9425b3edd7517e9c0dd814599b7104</id>
<content type='text'>
* bin/dtf-gen: Ensure that $outputdir is absolute path.
* share/dtf/lib/default (__dtf_is_testdir): Readlink -f for both
outputdir and test case candidate directory.  This is OK because
we don't have to make 'dtf-gen' script terribly portable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen: Ensure that $outputdir is absolute path.
* share/dtf/lib/default (__dtf_is_testdir): Readlink -f for both
outputdir and test case candidate directory.  This is OK because
we don't have to make 'dtf-gen' script terribly portable.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests-api: new 'dtf prereq pkg missing' added</title>
<updated>2015-11-19T13:45:17+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-19T13:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=68a04dce41a7d9a42a87ff5aa7ad2b7206e69b02'/>
<id>68a04dce41a7d9a42a87ff5aa7ad2b7206e69b02</id>
<content type='text'>
* bin/dtf-gen (DG): Allow to be overridden from environment.
* share/dtf/lib/tests (dtf_pkg): Merge similar functions into one.
(dtf_pkg_install): Use dtf_pkg.
(dtf_pkg_remove): New function.
(__dtf_prereq_pkg): Handle 'missing' argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen (DG): Allow to be overridden from environment.
* share/dtf/lib/tests (dtf_pkg): Merge similar functions into one.
(dtf_pkg_install): Use dtf_pkg.
(dtf_pkg_remove): New function.
(__dtf_prereq_pkg): Handle 'missing' argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: add 'tests' file</title>
<updated>2015-11-19T12:21:26+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-18T09:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=d553d5e4e85e6f05dacfdc87833db5574fc662f4'/>
<id>d553d5e4e85e6f05dacfdc87833db5574fc662f4</id>
<content type='text'>
This is useful for particular test-cases.  Also, this is generated
for target system/architecture.

* bin/dtf-gen: Include expanded 'tests' template into 'library'.
* share/dtf/lib/tests: New library file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for particular test-cases.  Also, this is generated
for target system/architecture.

* bin/dtf-gen: Include expanded 'tests' template into 'library'.
* share/dtf/lib/tests: New library file.
</pre>
</div>
</content>
</entry>
<entry>
<title>dtf-gen: use 'exit' more consistently</title>
<updated>2015-11-18T06:28:47+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-18T06:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=9221927b70dd32e46d4c3bf6f8c3d34ffea3bb51'/>
<id>9221927b70dd32e46d4c3bf6f8c3d34ffea3bb51</id>
<content type='text'>
* bin/dtf-gen (die): New wrapper.
(generate_wrapper): Use die instead of exit.
(dg_call): Die if $DG fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen (die): New wrapper.
(generate_wrapper): Use die instead of exit.
(dg_call): Die if $DG fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>dtf-gen: use distgen for generating from templates</title>
<updated>2015-11-18T06:17:56+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-18T06:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=cad633356d397b5fe14976d5ad0ae2cf23a72547'/>
<id>cad633356d397b5fe14976d5ad0ae2cf23a72547</id>
<content type='text'>
* bin/dtf-gen: Accept '--distro' option.
($DG): New constant.
(dg_call): New wrapper for dg.
(generate_wrapper): Use 'dg_call' instead of cp &amp; cat.
* dtf-gen: Pass all options down to bin/dtf-gen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen: Accept '--distro' option.
($DG): New constant.
(dg_call): New wrapper for dg.
(generate_wrapper): Use 'dg_call' instead of cp &amp; cat.
* dtf-gen: Pass all options down to bin/dtf-gen.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: don't require bash</title>
<updated>2015-11-16T13:23:22+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-16T13:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=66a46dbc688d6d48b03dbbc92c4eeece1d5b5547'/>
<id>66a46dbc688d6d48b03dbbc92c4eeece1d5b5547</id>
<content type='text'>
* bin/dtf-gen: Use /bin/sh shebang.
* share/dtf/lib/default: Likewise.
(__dtf_internal_fail): New internal method.
(__dtf_run_testcase): Play with mkfifo.
* share/dtf/tpl/run.tpl: Use /bin/sh shebang.  Remove $outputdir
before script start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen: Use /bin/sh shebang.
* share/dtf/lib/default: Likewise.
(__dtf_internal_fail): New internal method.
(__dtf_run_testcase): Play with mkfifo.
* share/dtf/tpl/run.tpl: Use /bin/sh shebang.  Remove $outputdir
before script start.
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2015-11-16T11:48:34+00:00</updated>
<author>
<name>Pavel Raiskup</name>
<email>praiskup@redhat.com</email>
</author>
<published>2015-11-12T19:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/praiskup/public_git/dtf.git/commit/?id=d80e394f60d6ed1df14391f20a79305ab00f6662'/>
<id>d80e394f60d6ed1df14391f20a79305ab00f6662</id>
<content type='text'>
* bin/dtf-gen: New script.
* dtf-gen: New wrapper to be run from git.
* share/dtf/lib/default: Library script.
* share/dtf/tpl/run.tpl: Template for 'run' wrapper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/dtf-gen: New script.
* dtf-gen: New wrapper to be run from git.
* share/dtf/lib/default: Library script.
* share/dtf/tpl/run.tpl: Template for 'run' wrapper.
</pre>
</div>
</content>
</entry>
</feed>
