From 0c73ccc2dfc19e70e2f71f84635bbc8adc146df3 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 18 Jun 2014 13:10:51 +0200 Subject: [PATCH] Fix drush make git repository Replace github repo with git.openstack.org. Change-Id: Idf5071ffca69a46480b455b2f4a4d9583a40e1c6 --- build-groups.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-groups.make b/build-groups.make index 142d223..85eeaae 100644 --- a/build-groups.make +++ b/build-groups.make @@ -7,5 +7,5 @@ includes[] = "drupal-org-core.make" ; Download the Groups install profile and recursively build all its dependencies. projects[groups][type] = "profile" projects[groups][download][type] = "git" -projects[groups][download][url] = "https://github.com/openstack-infra/groups.git" +projects[groups][download][url] = "https://git.openstack.org/openstack-infra/groups" projects[groups][download][branch] = "master"