Skip to content

Commit

Permalink
load XMLParser into RoassalPlayground
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Jan 19, 2024
1 parent 4dc92de commit 7ec2d75
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
pharo_version: "10"
roassal_version: "v1.01b"
neocsv_version: "fcffa0bba57b2c8c4624eb356fd29afc9b3dbf4a"
xmlparser_version: "10417c7256d93f6f63a845549ca6279a6999fcc9"

tasks:
- name: Clone PharoLauncher
Expand Down Expand Up @@ -488,6 +489,24 @@
cmd: ./pharo RoassalPlayground.image eval --save "[Metacello new baseline{{ ':' }} 'NeoCSV'; repository{{ ':' }} 'gitlocal{{ ':' }}//./pharo-local/iceberg/svenvc/NeoCSV/repository'; load] on{{ ':' }} MCMergeOrLoadWarning do{{ ':' }} [:warning | warning load ]"
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground
executable: /bin/bash
- name: Create directory for pharo-contributions/XML-XMLParser in RoassalPlayground/pharo-local/iceberg
shell:
cmd: mkdir pharo-contributions
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground/pharo-local/iceberg/
- name: Clone XML-XMLParser into RoassalPlayground/pharo-local/iceberg/pharo-contributions/XML-XMLParser
shell:
cmd: git clone https://github.com/pharo-contributions/XML-XMLParser.git
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground/pharo-local/iceberg/pharo-contributions
- name: Checkout {{ xmlparser_version }} in NeoCSV repo
shell:
cmd: git checkout {{ xmlparser_version }}
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground/pharo-local/iceberg/pharo-contributions/XML-XMLParser
executable: /bin/bash
- name: Load XMLParser package into RoassalPlayground using Metacello
shell:
cmd: ./pharo RoassalPlayground.image eval --save "[Metacello new baseline{{ ':' }} 'XMLParser'; repository{{ ':' }} 'gitlocal{{ ':' }}//./pharo-local/iceberg/pharo-contributions/XML-XMLParser/src'; load] on{{ ':' }} MCMergeOrLoadWarning do{{ ':' }} [:warning | warning load ]"
chdir: /home/kasm-default-profile/Pharo/images/RoassalPlayground
executable: /bin/bash

-
# install sudo for the vs-code role below
Expand Down

0 comments on commit 7ec2d75

Please sign in to comment.