X Tutup
Skip to content

Commit 9665e84

Browse files
author
Johan Brichau
committed
aesthetics
1 parent 61950b3 commit 9665e84

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
The main repository of Grease is on Smalltalkhub: (http://www.smalltalkhub.com/#!/~Seaside/Grease11).

tests/testTravisCI.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,35 @@ OUTPUT_PATH="${PROJECT_HOME}/tests/travisCI.st"
3535

3636
cat - >> $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

0 commit comments

Comments
 (0)
X Tutup