search for: 9fa7acb

Displaying 4 results from an estimated 4 matches for "9fa7acb".

2014 Jan 07
8
RFC: copy-attributes command
Hi, attached there is a prototype of patch for adding a new copy-attributes command. Such command would allow copy the attributes of a "file" to another, so for example in guestfish: copy-attributes foo bar permissions:true xattributes:false would only copy the permissions of foo to bar, not copying its extended attributes too. Just few notes: - my first daemon command, so
2014 Jan 13
0
[PATCH] New API: copy-attributes.
...00 +} +[1] = { + attrname: user.test + attrval: foo +} +[2] = { + attrname: user.test2 + attrval: secondtest +} +mode: 33226" ]; then + echo "$0: unexpected output:" + cat test.out + exit 1 +fi + +rm test.out diff --git a/generator/actions.ml b/generator/actions.ml index 9fa7acb..b4b746f 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -11647,6 +11647,44 @@ This function is used internally when setting up the appliance." }; This function is used internally when closing the appliance. Note it's only called when ./configure --enable-valgrind-daemon...
2014 Jan 07
0
Re: RFC: copy-attributes command
...o > +} > +[6] = { > + attrname: user.test2 > + attrval: secondtest > +}" ]; then > + echo "$0: unexpected output:" > + cat test.out > + exit 1 > +fi > + > +rm test.out > diff --git a/generator/actions.ml b/generator/actions.ml > index 9fa7acb..676a3ea 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -11647,6 +11647,28 @@ This function is used internally when setting up the appliance." }; > This function is used internally when closing the appliance. Note > it's only called when ./configure...
2014 Jan 10
4
Re: RFC: copy-attributes command
...50MB > > +run > > Is it possible to combine these tests into a single guestfish run? > The reason is that under virtualization (especially in Koji), > appliance start up can be slow. Sure, done. > > diff --git a/generator/actions.ml b/generator/actions.ml > > index 9fa7acb..676a3ea 100644 > > --- a/generator/actions.ml > > +++ b/generator/actions.ml > > @@ -11647,6 +11647,28 @@ This function is used internally when > > setting up the appliance." };> > > This function is used internally when closing the appliance. Note > &gt...