Skip to content

Commit

Permalink
Adding some TODO notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Ryan Thalhammer committed Aug 25, 2011
1 parent 5e69a9c commit 3466c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Pinto/Action/Create.pm
Expand Up @@ -23,6 +23,9 @@ with qw(Pinto::Role::PathMaker);
sub execute {
my ($self) = @_;

# TODO: need to generate mirror index here too, or at least make
# sure it gets added to the store when we do generate it.

# Write indexes
my $master_index_file = $self->idxmgr->master_index->write->file();
my $local_index_file = $self->idxmgr->local_index->write->file();
Expand Down

0 comments on commit 3466c6a

Please sign in to comment.