Warning! We have ended support for Kiln Harmony. We will continue to support Mercurial and Git repositories individually, but not both at the same time.

Please convert this repository to either a Mercurial or Git repository. To do so, have an Admin go to Settings, then click "Convert Repository to Git-only or Mercurial-only", and follow the instructions there.

Alternatively, you can see a list of all Harmony repos, and convert many at once here.

If you have any questions or concerns, please contact us at customer-service@fogcreek.com.

Mercurial
Repositories » pharo-vm Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and develop

be more verbose on the command line

Changeset 5ebf11a845ea

Parent 030638f18541

by Profile picture of User 2Camillo Bruni <camillobruni@gmail.com>

Changes to 2 files · Browse files at 5ebf11a845ea Showing diff from parent 030638f18541 Diff from another changeset...

Change 1 of 1 Show Entire File build.sh Stacked
 
25
26
27
 
28
29
30
 
 
 
 
 
 
31
 
32
 
 
25
26
27
28
29
30
 
31
32
33
34
35
36
37
38
39
 
@@ -25,8 +25,15 @@
   # ===============================================================================  codegen-scripts/extract-commit-info.sh +  cd image  ./newImage.sh -echo "PharoVMBuilder buildOnJenkins: '$OS'." > ./script.st + +echo " +NonInteractiveTranscript stdout install. +PharoVMBuilder buildOnJenkins: '$OS'. +" > ./script.st +  ./pharo generator.image script.st +  cd ../build/build.sh \ No newline at end of file
 
 
 
1
2
3
 
10
11
12
 
 
13
14
 
1
2
3
4
5
 
12
13
14
15
16
17
18
@@ -1,3 +1,5 @@
+NonInteractiveTranscript stdout install. +  Gofer new   squeaksource: 'MetacelloRepository';   package: 'ConfigurationOfCog'; @@ -10,5 +12,7 @@
  load.  ((Smalltalk at: #ConfigurationOfPharoVM) project version: #bleedingEdge) load.   +ThreadSafeTranscript install. +  (Smalltalk saveAs: 'generator.image')   ifFalse: [ Smalltalk snapshot: false andQuit: true ]