diff --git a/AUTHORS b/AUTHORS index 1ff9b8db02..35cfc687bd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -148,6 +148,7 @@ odk- Pascal Borreli Paul Bowsher Paul Hammond +Paul LiƩtar Paul Nasrat Phil Spitler Piotr Bogdan diff --git a/api.go b/api.go index 972abbf716..9fe9bc716a 100644 --- a/api.go +++ b/api.go @@ -929,7 +929,7 @@ func postBuild(srv *Server, version float64, w http.ResponseWriter, r *http.Requ return fmt.Errorf("Error trying to use git: %s (%s)", err, output) } - c, err := archive.Tar(root, archive.Bzip2) + c, err := archive.Tar(root, archive.Uncompressed) if err != nil { return err }