ExoRepo to load dependencies.
This commit is contained in:
parent
217ab5dad7
commit
91d721f850
@ -30,20 +30,9 @@ BaselineOfGrafoscopioUtils >> fossil: spec [
|
|||||||
"While more Git independient providers are implemented in Monticello, I will use Iceberg
|
"While more Git independient providers are implemented in Monticello, I will use Iceberg
|
||||||
to download the repository and load it from a local directory"
|
to download the repository and load it from a local directory"
|
||||||
|
|
||||||
| location |
|
ExoRepo new
|
||||||
location := FileLocator localDirectory / 'iceberg' / 'Offray' / 'Fossil'.
|
repository: 'https://code.tupale.co/Offray/Fossil/';
|
||||||
location exists ifFalse: [
|
|
||||||
(IceRepositoryCreator new
|
|
||||||
location: location;
|
|
||||||
remote: (IceGitRemote url: 'https://code.tupale.co/Offray/Fossil.git');
|
|
||||||
createRepository)
|
|
||||||
register
|
|
||||||
].
|
|
||||||
Metacello new
|
|
||||||
repository: 'gitlocal://', location fullName;
|
|
||||||
baseline: 'Fossil';
|
|
||||||
load.
|
load.
|
||||||
spec baseline: 'Fossil' with: [ spec repository: 'gitlocal://', location fullName ]
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user