Changes

Line 52: Line 52:  
* ''requires'', for any arch and binary implementations, list of runtime services that should exist before using service
 
* ''requires'', for any arch and binary implementations, list of runtime services that should exist before using service
 
  requires = <service-name> [<not-before-version>[-<before-version>]] [; ...]
 
  requires = <service-name> [<not-before-version>[-<before-version>]] [; ...]
* exec, command how to make bundle for ''dist'' command<br>Shell command, executed from service root directory. If this command starts to get complicated, you should move it to a script and just set this attribute to the command to run the script.<br>By default ''0sugar'' just bundle entirely service directory excluding temporary files.
+
* exec, command how to make bundle for ''dist'' command, ''0sugar'' will pick up newly created file in service root directory<br>Shell command, executed from service root directory. If this command starts to get complicated, you should move it to a script and just set this attribute to the command to run the script.<br>By default ''0sugar'' just bundle entirely service directory excluding temporary files.
 
  exec = make distcheck
 
  exec = make distcheck