Skip to content

Commit ef7f66c

Browse files
committed
fix ibrowse
Signed-off-by: Lincoln Baker <lbaker@chef.io>
1 parent a7477f5 commit ef7f66c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/bookshelf/rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
{<<"fs">>,{pkg,<<"fs">>,<<"6.1.1">>},1},
4141
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
4242
{<<"ibrowse">>,
43-
{git,"git://github.com/cmullaparthi/ibrowse.git",
44-
{ref,"c97136cfb61fcc6f39d4e7da47372a64f7fca04e"}},
43+
{git,"git://github.com/chef/ibrowse.git",
44+
{ref,"0a2441573fc50468a5c7124590eaf7c44062a37d"}},
4545
1},
4646
{<<"iso8601">>,
4747
{git,"git://github.com/erlsci/iso8601.git",

src/oc_erchef/apps/data_collector/rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{"1.1.0",
22
[{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
33
{<<"ibrowse">>,
4-
{git,"https://github.com/cmullaparthi/ibrowse.git",
5-
{ref,"c97136cfb61fcc6f39d4e7da47372a64f7fca04e"}},
4+
{git,"https://github.com/chef/ibrowse.git",
5+
{ref,"0a2441573fc50468a5c7124590eaf7c44062a37d"}},
66
1},
77
{<<"lager">>,
88
{git,"git://github.com/erlang-lager/lager.git",

src/oc_erchef/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{folsom_graphite, ".*",
3838
{git, "git://github.com/chef/folsom_graphite.git", {branch, "master"}}},
3939
{ibrowse, ".*",
40-
{git, "git://github.com/cmullaparthi/ibrowse.git", {branch, "master"}}},
40+
{git, "git://github.com/chef/ibrowse.git", {branch, "master"}}},
4141
%% latest version of jiffy i could find that doesn't
4242
%% break oc_erchef_unit and oc_bifrost on master verify
4343
%% pipeline. could also try the two commits directly

src/oc_erchef/rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
0},
6868
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
6969
{<<"ibrowse">>,
70-
{git,"git://github.com/cmullaparthi/ibrowse.git",
71-
{ref,"c97136cfb61fcc6f39d4e7da47372a64f7fca04e"}},
70+
{git,"git://github.com/chef/ibrowse.git",
71+
{ref,"0a2441573fc50468a5c7124590eaf7c44062a37d"}},
7272
0},
7373
{<<"jiffy">>,
7474
{git,"git://github.com/davisp/jiffy.git",

0 commit comments

Comments
 (0)