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