Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Nov 11, 2018
2 parents f3e0e36 + daa8172 commit 8020972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/merge/config.py
Expand Up @@ -82,10 +82,10 @@ def kit_fixups(self):

@property
def gentoo_staging(self):
return self.get_option("sources", "gentoo-staging", "repos@git.funtoo.org:ports/gentoo-staging.git")
return self.get_option("sources", "gentoo-staging", "git@github.com:funtoo/gentoo-staging.git")

def base_url(self, repo):
base = self.get_option("destinations", "base_url", "repos@git.funtoo.org:kits/")
base = self.get_option("destinations", "base_url", "git@github.com:funtoo/")
if not base.endswith("/"):
base += "/"
return base + repo
Expand Down

0 comments on commit 8020972

Please sign in to comment.