Removing old data from releng/releng_generated_data in GNU xorriso

This commit is contained in:
Thomas Schmitt 2012-04-22 10:03:16 +00:00
parent 0b400850c7
commit 2ad7eb5186
3 changed files with 5 additions and 2 deletions

View File

@ -115,7 +115,7 @@ the user or require sysadmin considerations before they are run:
directory. MD5 mismatch causes a test failure. Differences to the directory
state are reported but still regarded as success.
If a privilege command and optional arguments are given with --priv_cmd,
then this command and arguments are used to laynch the xorriso runs.
then this command and arguments are used to launch the xorriso runs.
Command and arguments must be single words and be submitted altogether
as one single argument. On Solaris use:
--priv_cmd pfexec
@ -185,6 +185,7 @@ Known to be suitable are the following shells
GNU/Linux: /bin/bash
FreeBSD 8: /bin/sh
Solaris: /bin/bash , /bin/i86/ksh93
In general, the shell should have Bourne shell ancestry.
The script does not choose an interpreter explicitely and is safe to be run
inline:

View File

@ -239,6 +239,8 @@ copy_files \
copy_tree releng "$lone_dir"/releng
rm "$lone_dir"/releng/auto_cxx
rm -r "$lone_dir"/releng/releng_generated_data
create_dir "$lone_dir"/releng/releng_generated_data
# nglibisofs

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.04.21.193504"
#define Xorriso_timestamP "2012.04.22.100352"