| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

WriteToRepositories

Page history last edited by keith_hodges 17 years, 3 months ago

Need to avoid the repositories getting written to every time that a build is run.

Also different builds may wish to generate output to different repositories to avoid stepping on each others toes.

 

Option 1.

 

Check for any changes from the repositories. Only update a repository if changed.

(this needs some work!)

 

Option 2.

 

Only update if a startup option is set in the script.

 

(Installer startUpOptions at: 'UPDATE_REPOSITORY') ifPresent: [ :v |

Installer install: 'WriteToRepositories-update'.

]

 

Option 3.

 

In a normal build, nothing is written to the repositories, instead a special -update build will do so.

 

Comments (0)

You don't have permission to comment on this page.