~phablet-team/goget-ubuntu-touch/trunk

« back to all changes in this revision

Viewing changes to ubuntu-emulator/snapshot.go

  • Committer: Sergio Schvezov
  • Date: 2014-10-09 12:18:37 UTC
  • mto: (76.2.2 snappier_oy)
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: sergio.schvezov@canonical.com-20141009121837-810omzqiffiisrtc
Core command to create img

with a lot of refactor, this needs to be split up into a couple of MPs for easier review

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import (
23
23
        "errors"
24
24
        "fmt"
25
 
        "launchpad.net/goget-ubuntu-touch/ubuntu-emulator/diskimage"
26
25
        "path/filepath"
 
26
 
 
27
        "launchpad.net/goget-ubuntu-touch/diskimage"
27
28
)
28
29
 
29
30
type SnapshotCmd struct {