File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1- The Grease Portability Library [ ![ Build Status] ( https://travis-ci.org/GsDevKit/Grease.png?branch=master )] ( https://travis-ci.org/GsDevKit /Grease )
1+ The Grease Portability Library [ ![ Build Status] ( https://travis-ci.org/GsDevKit/Grease.png?branch=master )] ( https://travis-ci.org/SeasideSt /Grease )
22======
33
44The main repository of Grease is on Smalltalkhub: (http://www.smalltalkhub.com/#!/~Seaside/Grease11 ).
Original file line number Diff line number Diff line change @@ -35,35 +35,35 @@ OUTPUT_PATH="${PROJECT_HOME}/tests/travisCI.st"
3535
3636cat - >> $OUTPUT_PATH << EOF
3737(Smalltalk includesKey: #UserGlobals) ifTrue:[
38- "Upgrade GLASS to to 1.0-beta.9.3"
39- Gofer new
38+ "Upgrade GLASS to to 1.0-beta.9.3"
39+ Gofer new
4040 url: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository';
4141 package: 'ConfigurationOfGLASS';
4242 load.
43- ConfigurationOfGLASS project updateProject.
44- GsDeployer
45- deploy: [ (ConfigurationOfGLASS project version: '1.0-beta.9.3') load ].
46- "Install GLASS from github"
47- GsDeployer deploy: [
48- Metacello new
49- baseline: 'GLASS1';
50- repository: 'github://glassdb/glass:master/repository';
51- get.
52- Metacello new
53- baseline: 'GLASS1';
54- repository: 'github://glassdb/glass:master/repository';
55- onConflict: [ :ex | ex allow ];
56- onWarning: [ :ex |
43+ ConfigurationOfGLASS project updateProject.
44+ GsDeployer
45+ deploy: [ (ConfigurationOfGLASS project version: '1.0-beta.9.3') load ].
46+ "Install GLASS from github"
47+ GsDeployer deploy: [
48+ Metacello new
49+ baseline: 'GLASS1';
50+ repository: 'github://glassdb/glass:master/repository';
51+ get.
52+ Metacello new
53+ baseline: 'GLASS1';
54+ repository: 'github://glassdb/glass:master/repository';
55+ onConflict: [ :ex | ex allow ];
56+ onWarning: [ :ex |
5757 Transcript
5858 cr;
5959 show: ex description.
6060 ex resume ];
61- load: 'default' ].
62- ].
61+ load: 'default' ].
62+ ].
6363
64- Transcript cr; show: 'travis--->${OUTPUT_PATH} '.
65- "Load the configuration or baseline"
66- Metacello new
64+ Transcript cr; show: 'travis--->${OUTPUT_PATH} '.
65+ "Load the configuration or baseline"
66+ Metacello new
6767 $PROJECT_LINE
6868 $VERSION_LINE
6969 $REPOSITORY_LINE
You can’t perform that action at this time.
0 commit comments