Skip to content

Commit

Permalink
Adds the squeak customizations to the baseline and the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed May 30, 2018
1 parent f564990 commit 6ef3ce4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ baseline: spec
baseline: 'Pheno' with:
[ spec repository: 'github://tom95/Pheno:master/src' ];
package: 'Home' with: [spec requires: #('libraries')];
package: 'HomeSqueakCustomization' with: [spec requires: #('default')];
yourself.
spec
group: 'default' with: #('Home');
group: 'libraries' with: #('Rack' 'Ohm' 'Pheno')];
yourself
group: 'libraries' with: #('Rack' 'Ohm' 'Pheno');
group: 'release' with: #('default' 'HomeSqueakCustomization')];
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"baseline:" : "pre 5/16/2018 16:05" } }
"baseline:" : "pre 5/30/2018 19:45" } }
2 changes: 1 addition & 1 deletion repository/BaselineOfHome.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BaselineOfHome-pre.2' message 'Adds Pheno as a dependency' id '24c0e54b-d322-824f-a452-de16473d3c55' date '16 May 2018' time '4:06:09.168375 pm' author 'pre' ancestors ((name 'BaselineOfHome-pre.1' message 'Initial version of baseline' id '40787a0b-b07d-3646-968d-017305be2a85' date '23 April 2018' time '10:39:00.051398 am' author 'pre' ancestors () stepChildren ())) stepChildren ())
(name 'BaselineOfHome-pre.3' message 'Adds the squeak customizations package' id '98922b33-2958-b443-b5ba-01bc3e5a7224' date '30 May 2018' time '7:45:27.285772 pm' author 'pre' ancestors ((name 'BaselineOfHome-pre.2' message 'Adds Pheno as a dependency' id '24c0e54b-d322-824f-a452-de16473d3c55' date '16 May 2018' time '4:06:09.168375 pm' author 'pre' ancestors ((name 'BaselineOfHome-pre.1' message 'Initial version of baseline' id '40787a0b-b07d-3646-968d-017305be2a85' date '23 April 2018' time '10:39:00.051398 am' author 'pre' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
2 changes: 1 addition & 1 deletion scripts/prepare_image.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ author initials which might fail these tests. So we set some dummy initials here
Metacello new
baseline: 'Home';
repository: 'github://hpi-swa-lab/home-desktop-system/repository';
load: 'default'.
load: 'release'.

"Making sure the Icons are initialized"
RIcons initialize.
Expand Down

0 comments on commit 6ef3ce4

Please sign in to comment.