Removing old data from releng/releng_generated_data in GNU xorriso
This commit is contained in:
parent
c9e5c518bf
commit
108ff95124
@ -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
|
directory. MD5 mismatch causes a test failure. Differences to the directory
|
||||||
state are reported but still regarded as success.
|
state are reported but still regarded as success.
|
||||||
If a privilege command and optional arguments are given with --priv_cmd,
|
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
|
Command and arguments must be single words and be submitted altogether
|
||||||
as one single argument. On Solaris use:
|
as one single argument. On Solaris use:
|
||||||
--priv_cmd pfexec
|
--priv_cmd pfexec
|
||||||
@ -185,6 +185,7 @@ Known to be suitable are the following shells
|
|||||||
GNU/Linux: /bin/bash
|
GNU/Linux: /bin/bash
|
||||||
FreeBSD 8: /bin/sh
|
FreeBSD 8: /bin/sh
|
||||||
Solaris: /bin/bash , /bin/i86/ksh93
|
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
|
The script does not choose an interpreter explicitely and is safe to be run
|
||||||
inline:
|
inline:
|
||||||
|
@ -239,6 +239,8 @@ copy_files \
|
|||||||
copy_tree releng "$lone_dir"/releng
|
copy_tree releng "$lone_dir"/releng
|
||||||
|
|
||||||
rm "$lone_dir"/releng/auto_cxx
|
rm "$lone_dir"/releng/auto_cxx
|
||||||
|
rm -r "$lone_dir"/releng/releng_generated_data
|
||||||
|
create_dir "$lone_dir"/releng/releng_generated_data
|
||||||
|
|
||||||
|
|
||||||
# nglibisofs
|
# nglibisofs
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.04.21.193504"
|
#define Xorriso_timestamP "2012.04.22.100352"
|
||||||
|
Loading…
Reference in New Issue
Block a user