~fgimenez/snappy-tests-job/build-from-branch-flag

« back to all changes in this revision

Viewing changes to source/source.go

  • Committer: Federico Gimenez
  • Date: 2015-07-24 15:28:01 UTC
  • Revision ID: fgimenez@canonical.com-20150724152801-khsbdgv7ou95f35f
proper dependency isntallation

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
)
30
30
 
31
31
const (
32
 
        targetPath   = "/tmp/snappy-tests-job/src"
 
32
        targetPath   = "/tmp/snappy-tests-job"
33
33
        basePkg      = "src/launchpad.net"
34
34
        targetSubdir = "snappy"
35
35
)