@@ -37,41 +37,20 @@ cat - >> $OUTPUT_PATH << EOF
37
37
"Load and run tests to be performed by TravisCI"
38
38
Transcript cr; show: 'travis---->travisCI.st'.
39
39
40
- GsDeployer deploy: [
41
- | glassVersion |
42
- glassVersion := ConfigurationOfGLASS project currentVersion.
43
- glassVersion versionNumber < '1.0-beta.9.3' asMetacelloVersionNumber
44
- ifTrue: [
45
- Transcript
46
- cr;
47
- show: '-----Upgrading GLASS to 1.0-beta.9.3'.
48
- GsDeployer deploy: [
49
- Gofer new
50
- package: 'ConfigurationOfGLASS';
51
- url: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository';
52
- load.
53
- (((System stoneVersionAt: 'gsVersion') beginsWith: '2.') and: [glassVersion versionNumber < '1.0-beta.9.2' asMetacelloVersionNumber])
54
- ifTrue: [
55
- ((Smalltalk at: #ConfigurationOfGLASS) project version: '1.0-beta.9.2') load ].
56
- ((Smalltalk at: #ConfigurationOfGLASS) project version: '1.0-beta.9.3') load.
57
- ] ]
58
- ifFalse: [
59
- Transcript
60
- cr;
61
- show: '-----GLASS already upgraded to 1.0-beta.9.3' ] ].
40
+ "Upgrade Grease and Metacello"
41
+ Gofer new
42
+ package: 'GsUpgrader-Core';
43
+ url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
44
+ load.
45
+ (Smalltalk at: #GsUpgrader) upgradeGrease.
62
46
63
47
GsDeployer deploy: [
64
- "Explicitly load latest Grease configuration, since we're loading the #bleeding edge"
65
- Metacello new
66
- configuration: 'Grease';
67
- repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
68
- get.
69
-
70
48
"Load the configuration or baseline"
71
49
Metacello new
72
- $PROJECT_LINE
73
- $VERSION_LINE
74
- $REPOSITORY_LINE
50
+ $PROJECT_LINE
51
+ $VERSION_LINE
52
+ $REPOSITORY_LINE
53
+ onLock: [:ex | ex honor];
75
54
load: #( ${LOADS} )
76
55
].
77
56
85
64
cat $OUTPUT_PATH
86
65
87
66
$BUILDER_CI_HOME /testTravisCI.sh " $@ "
88
- if [[ $? != 0 ]] ; then exit 1; fi
67
+ if [[ $? != 0 ]] ; then exit 1; fi
0 commit comments