Debuging registered Iceberg repositories.
This commit is contained in:
parent
4423b39a08
commit
55b7c20a0d
@ -27,12 +27,13 @@ BaselineOfGrafoscopioUtils >> fossil: spec [
|
||||
|
||||
| location |
|
||||
location := FileLocator localDirectory / 'iceberg' / 'Offray' / 'Fossil'.
|
||||
(IceRepositoryCreator new
|
||||
location: location;
|
||||
remote: (IceGitRemote url: 'https://code.tupale.co/Offray/Fossil.git');
|
||||
createRepository)
|
||||
register.
|
||||
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user