reverting testing stuff
This commit is contained in:
parent
0cfb7564d5
commit
49a131951a
|
@ -7,7 +7,7 @@ package chroot
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/common"
|
||||
|
|
|
@ -3,7 +3,7 @@ package chroot
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -2,7 +2,7 @@ package chroot
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -2,8 +2,8 @@ package chroot
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"log"
|
||||
|
|
|
@ -2,7 +2,7 @@ package chroot
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -3,7 +3,7 @@ package chroot
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -2,7 +2,7 @@ package chroot
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"strings"
|
||||
"unicode"
|
||||
|
|
|
@ -2,7 +2,7 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"log"
|
||||
"strings"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package common
|
||||
|
||||
import (
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
)
|
||||
|
||||
// BlockDevice
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package common
|
||||
|
||||
import (
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
gossh "code.google.com/p/go.crypto/ssh"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/communicator/ssh"
|
||||
"time"
|
||||
|
|
|
@ -3,7 +3,7 @@ package common
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"log"
|
||||
"time"
|
||||
|
|
|
@ -2,8 +2,8 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
|
|
@ -2,8 +2,8 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"os"
|
||||
|
|
|
@ -2,8 +2,8 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/aws"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/aws"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"io/ioutil"
|
||||
|
|
|
@ -2,7 +2,7 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/common/uuid"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -7,7 +7,7 @@ package ebs
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/common"
|
||||
|
|
|
@ -2,7 +2,7 @@ package ebs
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -2,7 +2,7 @@ package ebs
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
|
@ -5,7 +5,7 @@ package instance
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/common"
|
||||
|
|
|
@ -2,7 +2,7 @@ package instance
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package instance
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/CpuID/goamz/ec2"
|
||||
"github.com/mitchellh/goamz/ec2"
|
||||
"github.com/mitchellh/multistep"
|
||||
awscommon "github.com/mitchellh/packer/builder/amazon/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
|
|
Loading…
Reference in New Issue