rename releng_ scripts to auto_

This commit is contained in:
George Danchev
2011-07-18 12:21:39 +00:00
parent 2fa70c06de
commit 99075dafbc
8 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
* Merge 'merge_into_isocontent' into 'releng_isocontent' (former hardlinks)
* Merge 'merge_into_isocontent' into 'auto_isocontent' (former hardlinks)
Extend it to use some more demanding directory tree.
MD5s should be checked. ACLs and xattr (if we are on Linux).
All file types as of stat(2) should be tested.
@ -16,6 +16,6 @@
* Investigate the possibility to write some cunit-based tests
(http://cunit.sourceforge.net) for both xorriso.h and libisoburn.h API's.
The code samples could be dumped into codesamples/ directory and run by
releng_cxx or separate releng_ script.
auto_cxx or separate auto_ script.
* Try to convert most examples from xorriso(1) manpage into tests.