This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"cloud.google.com/go/datastore" | |
"fmt" | |
"golang.org/x/net/context" | |
"log" | |
"net/http" | |
"os" | |
"time" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "json" | |
require "typhoeus" | |
require "pp" | |
# MigrateRepo usage instructions: | |
# | |
# The way this is used at Airbnb for migrating from GitHub to GHE is by | |
# creating a separate organization with no members called "migration", | |
# adding that as the target organization, and then once the migration | |
# has finished, moving it over to the intended location. |