Skip to content

pharo-project/pharo-zeroconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroConf Scripts for Pharo

This project is used to create bash scripts to easily download and install Pharo images and VMs. You can see it in live action under https://get.pharo.org.

Code loading

Metacello new
   baseline: 'ZeroConf';
   repository: 'github://pharo-project/pharo-zeroconf/mc';
   load.

How to

To make a new Pharo zeroconf release

  1. Update the class side methods of ZeroConfCommandLineHandler:
  • add the new versions to the image and vm version lists
  • change the stable and alpha versions See for example commit (f50e6761af355d228ee651b45fbb421e082e57db)
  1. Commit
  2. Generate the code in [pwd]/out from playground: ZeroConfCommandLineHandler generate
  3. Copy the generated files to /generated
  4. Commit (from command line)