Skip to content

Commit

Permalink
Change the url where the docker-boshrelease is retrieved from
Browse files Browse the repository at this point in the history
  • Loading branch information
keshto committed Mar 1, 2019
1 parent bac1023 commit 56b6023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tile_generator/package_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _apply(self, config_obj, package, release):
version_param = '?v=' + version if version else ''
config_obj['releases']['docker-boshrelease'] = {
'name': 'docker-boshrelease',
'path': 'https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease' + version_param,
'path': 'https://bosh.io/d/github.com/cloudfoundry-incubator/docker-boshrelease' + version_param,
}
config_obj['releases']['routing'] = {
'name': 'routing',
Expand Down
6 changes: 3 additions & 3 deletions tile_generator/test_config_expected_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@
"releases": {
"docker-boshrelease": {
"name": "docker-boshrelease",
"path": "https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease"
"path": "https://bosh.io/d/github.com/cloudfoundry-incubator/docker-boshrelease"
},
"routing": {
"name": "routing",
Expand Down Expand Up @@ -2673,7 +2673,7 @@
},
{
"name": "all_open.json",
"path": "/Users/mboldt/pivotal/tile-generator/tile_generator/templates/src/templates/all_open.json"
"path": "/home/user/Work/tile-generator/tile_generator/templates/src/templates/all_open.json"
}
],
"name": "cf_cli"
Expand Down Expand Up @@ -3024,7 +3024,7 @@
"files": [
{
"name": "utils.sh",
"path": "/Users/mboldt/pivotal/tile-generator/tile_generator/templates/src/common/utils.sh"
"path": "/home/user/Work/tile-generator/tile_generator/templates/src/common/utils.sh"
}
],
"name": "common"
Expand Down

0 comments on commit 56b6023

Please sign in to comment.