diff options
| author | picca <picca@web> | 2015-09-30 13:42:19 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-09-30 13:42:19 +0000 |
| commit | ebf24f6a8fc2694be53476de20a8c97561346a6a (patch) | |
| tree | ab98ca28c53f7a61fcde984e8e96f5b89ddbdf57 /doc/forum/property_which_create_a_file.mdwn | |
| parent | 208c825de2559606fa8871c68f46077ee8599602 (diff) | |
Diffstat (limited to 'doc/forum/property_which_create_a_file.mdwn')
| -rw-r--r-- | doc/forum/property_which_create_a_file.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
