Skip to content

Commit

Permalink
Fixes #22, fixes #40.
Browse files Browse the repository at this point in the history
  • Loading branch information
npasserini committed May 27, 2016
1 parent 175729e commit c9aa858
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Iceberg-Core
asIceRepository
^ IceRepository forMCRepository: self
4 changes: 4 additions & 0 deletions Iceberg.package/IceRepository.class/class/forMCRepository..st
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
instance creation
forMCRepository: anIceMCGitRepository
^ (self origin: anIceMCGitRepository remoteUrl)
repository: anIceMCGitRepository
4 changes: 4 additions & 0 deletions Iceberg.package/IceRepository.class/instance/pull.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
actions
pull
self command: 'pull'.
self loadedPackages do: [ :package | self loadPackage: package packageName ]
3 changes: 3 additions & 0 deletions Iceberg.package/Iceberg.class/class/update.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
updating
update
self package iceRepository pull

0 comments on commit c9aa858

Please sign in to comment.