From ebf24f6a8fc2694be53476de20a8c97561346a6a Mon Sep 17 00:00:00 2001 From: picca Date: Wed, 30 Sep 2015 13:42:19 +0000 Subject: --- doc/forum/property_which_create_a_file.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/property_which_create_a_file.mdwn (limited to 'doc') diff --git a/doc/forum/property_which_create_a_file.mdwn b/doc/forum/property_which_create_a_file.mdwn new file mode 100644 index 00000000..a5124a1b --- /dev/null +++ b/doc/forum/property_which_create_a_file.mdwn @@ -0,0 +1,15 @@ +Hello, I promize you another question related to my sbuild property :) + +So this property generate at the end a chroot in a file + + /var/lib/sbuild/jessie-i386.tar.gz + +Since this process take a lot's of time, I do not want to run this process each time. +I would like to process this property only if the file does not exists. + + +I found the flagFile property but I do not think that it is the right answer to my problem. + +I just want to express that a file is the result of a property and no need to re-run the proerty if this file exists. + +Cheers -- cgit v1.3-2-g0d8e