reverting testing stuff

This commit is contained in:
Nathan Sullivan 2013-11-26 13:46:32 +10:00
parent 0cfb7564d5
commit 49a131951a
26 changed files with 31 additions and 31 deletions

View File

@ -7,7 +7,7 @@ package chroot
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/common" "github.com/mitchellh/packer/common"

View File

@ -3,7 +3,7 @@ package chroot
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -2,7 +2,7 @@ package chroot
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -2,8 +2,8 @@ package chroot
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"log" "log"

View File

@ -2,7 +2,7 @@ package chroot
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -3,7 +3,7 @@ package chroot
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -2,7 +2,7 @@ package chroot
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,7 +2,7 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"strings" "strings"
"unicode" "unicode"

View File

@ -2,7 +2,7 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,8 +2,8 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"log" "log"
"strings" "strings"

View File

@ -1,7 +1,7 @@
package common package common
import ( import (
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
) )
// BlockDevice // BlockDevice

View File

@ -1,7 +1,7 @@
package common package common
import ( import (
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"reflect" "reflect"
"testing" "testing"
) )

View File

@ -4,7 +4,7 @@ import (
gossh "code.google.com/p/go.crypto/ssh" gossh "code.google.com/p/go.crypto/ssh"
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/communicator/ssh" "github.com/mitchellh/packer/communicator/ssh"
"time" "time"

View File

@ -3,7 +3,7 @@ package common
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"log" "log"
"time" "time"

View File

@ -2,8 +2,8 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,8 +2,8 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,7 +2,7 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"os" "os"

View File

@ -2,8 +2,8 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/aws" "github.com/mitchellh/goamz/aws"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,7 +2,7 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"io/ioutil" "io/ioutil"

View File

@ -2,7 +2,7 @@ package common
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/common/uuid" "github.com/mitchellh/packer/common/uuid"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -7,7 +7,7 @@ package ebs
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/common" "github.com/mitchellh/packer/common"

View File

@ -2,7 +2,7 @@ package ebs
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -2,7 +2,7 @@ package ebs
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"

View File

@ -5,7 +5,7 @@ package instance
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/common" "github.com/mitchellh/packer/common"

View File

@ -2,7 +2,7 @@ package instance
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
) )

View File

@ -2,7 +2,7 @@ package instance
import ( import (
"fmt" "fmt"
"github.com/CpuID/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
awscommon "github.com/mitchellh/packer/builder/amazon/common" awscommon "github.com/mitchellh/packer/builder/amazon/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"