mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -5,8 +5,6 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/go-openapi/loads/fmts"
|
||||
"github.com/go-openapi/spec"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net/http"
|
||||
@@ -15,6 +13,9 @@ import (
|
||||
"os/user"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/go-openapi/loads/fmts"
|
||||
"github.com/go-openapi/spec"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -85,7 +86,7 @@ func main() {
|
||||
options["gemName"] = "iron_functions"
|
||||
options["moduleName"] = "IronFunctions"
|
||||
options["gemVersion"] = version
|
||||
options["gemHomepage"] = "https://github.com/kumokit/functions_ruby"
|
||||
options["gemHomepage"] = "https://github.com/treeder/functions_ruby"
|
||||
options["gemSummary"] = "Ruby gem for IronFunctions"
|
||||
options["gemDescription"] = "Ruby gem for IronFunctions."
|
||||
options["gemAuthorEmail"] = "travis@iron.io"
|
||||
@@ -134,7 +135,7 @@ func main() {
|
||||
branch := fmt.Sprintf("update-version-%s", version)
|
||||
|
||||
log.Printf("Cloning previous `%s` source...\n", language)
|
||||
exec.Command("git", "clone", fmt.Sprintf("git@github.com:kumokit/functions_%s.git", short), srcDir).Run()
|
||||
exec.Command("git", "clone", fmt.Sprintf("git@github.com:treeder/functions_%s.git", short), srcDir).Run()
|
||||
|
||||
// Skip language specific files
|
||||
for _, skip := range skipFiles {
|
||||
|
||||
Reference in New Issue
Block a user