Skip to content

Commit

Permalink
use https to access github after disabling git protocol (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyBeRoni committed Mar 17, 2022
1 parent 3ccce2b commit 3a51b28
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
66 changes: 33 additions & 33 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,46 +18,46 @@
{deps,
[
{edown, ".*", {git, "https://github.com/uwiger/edown.git", {tag, "0.8.1"}}},
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.1"}}},
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.1"}}},
{certifi, ".*", {git, "https://github.com/certifi/erlang-certifi.git", {tag, "2.5.1"}}},
{rebar_lock_deps_plugin, ".*", {git, "git://github.com/seth/rebar_lock_deps_plugin.git", {branch, "master"}}},
{erlware_commons, ".*", {git, "git://github.com/erlware/erlware_commons.git", {tag, "v1.3.0"}}},
{depcache, ".*", {git, "git://github.com/zotonic/depcache.git", {branch, "master"}}},
{bert, ".*", {git, "git://github.com/zotonic/bert.erl.git", {branch, "master"}}},
{dh_date, ".*", {git, "git://github.com/zotonic/dh_date.git", {branch, "master"}}},
{eiconv, ".*", {git, "git://github.com/zotonic/eiconv.git", {branch, "master"}}},
{gen_smtp, ".*", {git, "git://github.com/Vagabond/gen_smtp.git", {branch, "0.x"}}},
{mimetypes, ".*", {git, "git://github.com/zotonic/mimetypes.git", {branch, "master"}}},
{mochiweb, ".*", {git, "git://github.com/zotonic/mochiweb.git", {branch, "master"}}},
{dispatch_compiler, ".*", {git, "git://github.com/zotonic/dispatch_compiler.git", {branch, "master"}}},
{ua_classifier, ".*", {git, "git://github.com/zotonic/ua_classifier.git", {branch, "master"}}},
{webzmachine, ".*", {git, "git://github.com/zotonic/webzmachine.git", {branch, "master"}}},
{z_stdlib, ".*", {git, "git://github.com/zotonic/z_stdlib.git", {branch, "0.x"}}},
{jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", {tag, "v3.0.0"}}},
{jsxrecord, ".*", {git, "git://github.com/zotonic/jsxrecord.git", {branch, "master"}}},
{parse_trans, ".*", {git, "git://github.com/uwiger/parse_trans.git", {tag, "3.3.0"}}},
{exometer_core, ".*", {git, "git://github.com/Feuerlabs/exometer_core.git", {tag, "v1.5.7"}}},
{sendfile, ".*", {git, "git://github.com/tuncer/sendfile.git", {branch, "master"}}},
{filezcache, ".*", {git, "git://github.com/mworrell/filezcache.git", {branch, "master"}}},
{s3filez, ".*", {git, "git://github.com/mworrell/s3filez.git", {branch, "master"}}},
{proper, ".*", {git, "git://github.com/manopapad/proper.git", {branch, "master"}}},
{rebar_lock_deps_plugin, ".*", {git, "https://github.com/seth/rebar_lock_deps_plugin.git", {branch, "master"}}},
{erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git", {tag, "v1.3.0"}}},
{depcache, ".*", {git, "https://github.com/zotonic/depcache.git", {branch, "master"}}},
{bert, ".*", {git, "https://github.com/zotonic/bert.erl.git", {branch, "master"}}},
{dh_date, ".*", {git, "https://github.com/zotonic/dh_date.git", {branch, "master"}}},
{eiconv, ".*", {git, "https://github.com/zotonic/eiconv.git", {branch, "master"}}},
{gen_smtp, ".*", {git, "https://github.com/Vagabond/gen_smtp.git", {branch, "0.x"}}},
{mimetypes, ".*", {git, "https://github.com/zotonic/mimetypes.git", {branch, "master"}}},
{mochiweb, ".*", {git, "https://github.com/zotonic/mochiweb.git", {branch, "master"}}},
{dispatch_compiler, ".*", {git, "https://github.com/zotonic/dispatch_compiler.git", {branch, "master"}}},
{ua_classifier, ".*", {git, "https://github.com/zotonic/ua_classifier.git", {branch, "master"}}},
{webzmachine, ".*", {git, "https://github.com/zotonic/webzmachine.git", {branch, "master"}}},
{z_stdlib, ".*", {git, "https://github.com/zotonic/z_stdlib.git", {branch, "0.x"}}},
{jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git", {tag, "v3.0.0"}}},
{jsxrecord, ".*", {git, "https://github.com/zotonic/jsxrecord.git", {branch, "master"}}},
{parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans.git", {tag, "3.3.0"}}},
{exometer_core, ".*", {git, "https://github.com/Feuerlabs/exometer_core.git", {tag, "v1.5.7"}}},
{sendfile, ".*", {git, "https://github.com/tuncer/sendfile.git", {branch, "master"}}},
{filezcache, ".*", {git, "https://github.com/mworrell/filezcache.git", {branch, "master"}}},
{s3filez, ".*", {git, "https://github.com/mworrell/s3filez.git", {branch, "master"}}},
{proper, ".*", {git, "https://github.com/manopapad/proper.git", {branch, "master"}}},
{diffy, ".*", {git, "https://github.com/mmzeeman/diffy.git", {branch, "master"}}},
{goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}},
{jobs, ".*", {git, "git://github.com/uwiger/jobs.git", {tag, "0.7.1"}}},
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},
{emqtt, ".*", {git, "git://github.com/zotonic/emqtt.git", {branch, "zotonic"}}},
{poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {tag, "3.4.0"}}},
{goldrush, ".*", {git, "https://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}},
{jobs, ".*", {git, "https://github.com/uwiger/jobs.git", {tag, "0.7.1"}}},
{gproc, ".*", {git, "https://github.com/uwiger/gproc.git", {branch, "master"}}},
{emqtt, ".*", {git, "https://github.com/zotonic/emqtt.git", {branch, "zotonic"}}},
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{epgsql, ".*", {git, "https://github.com/epgsql/epgsql.git", {tag, "3.4.0"}}},
{qdate_localtime, ".*", {git, "https://github.com/choptastic/qdate_localtime.git", {branch, "master"}}},
{qdate, ".*", {git, "https://github.com/choptastic/qdate.git", {branch, "master"}}},
{cf, ".*", {git, "git://github.com/project-fifo/cf.git", {branch, "master"}}},
{jiffy, ".*", {git, "git://github.com/davisp/jiffy.git", {tag, "0.15.2"}}},
{recon, ".*", {git, "git://github.com/ferd/recon.git", {branch, "2.x"}}},
{exif, ".*", {git, "git://github.com/nlfiedler/erlang-exif.git", {branch, "master"}}},
{cf, ".*", {git, "https://github.com/project-fifo/cf.git", {branch, "master"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.15.2"}}},
{recon, ".*", {git, "https://github.com/ferd/recon.git", {branch, "2.x"}}},
{exif, ".*", {git, "https://github.com/nlfiedler/erlang-exif.git", {branch, "master"}}},
{termit, ".*", {git, "https://github.com/erlangpack/termit", {branch, "master"}}},
{bcrypt, ".*", {git, "https://github.com/erlangpack/bcrypt", {branch, "master"}}},
{erlpass, ".*", {git, "https://github.com/ferd/erlpass.git", {branch, "master"}}},
{folsom, ".*", {git, "git://github.com/folsom-project/folsom.git", {tag, "0.8.7"}}},
{folsom, ".*", {git, "https://github.com/folsom-project/folsom.git", {tag, "0.8.7"}}},

% mod_geoip
{certifi, ".*", {git, "https://github.comcertifi/erlang-certifi.git", {tag, "2.5.1"}}},
Expand Down
68 changes: 34 additions & 34 deletions rebar.config.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,67 +12,67 @@
{git,"https://github.com/uwiger/edown.git",
"754be25f71a04099c83f3ffdff268e70beeb0021"}},
{goldrush,".*",
{git,"git://github.com/DeadZen/goldrush.git",
{git,"https://github.com/DeadZen/goldrush.git",
"71e63212f12c25827e0c1b4198d37d5d018a7fec"}},
{lager,".*",
{git,"git://github.com/basho/lager.git",
{git,"https://github.com/basho/lager.git",
"8187757388c9adc915379caaab36a2f2ca26e944"}},
{parse_trans,".*",
{git,"git://github.com/uwiger/parse_trans.git",
{git,"https://github.com/uwiger/parse_trans.git",
"76abb347c3c1d00fb0ccf9e4b43e22b3d2288484"}},
{certifi,".*",
{git,"https://github.com/certifi/erlang-certifi.git",
"e08b12e8993502240c25b78563993776f87ecd2a"}},
{rebar_lock_deps_plugin,".*",
{git,"git://github.com/seth/rebar_lock_deps_plugin.git",
{git,"https://github.com/seth/rebar_lock_deps_plugin.git",
"8816f45ff38cd04d5c7741bd39166af58116dd44"}},
{cf,".*",
{git,"git://github.com/project-fifo/cf.git",
{git,"https://github.com/project-fifo/cf.git",
"2bcf00402db9ca5a4790de7f82c8139baaf8856c"}},
{erlware_commons,".*",
{git,"git://github.com/erlware/erlware_commons.git",
{git,"https://github.com/erlware/erlware_commons.git",
"a8b46e077034938fd82f57876103270311e6835b"}},
{depcache,".*",
{git,"git://github.com/zotonic/depcache.git",
{git,"https://github.com/zotonic/depcache.git",
"96b88c8e359464433381207717ed41331e4b87b1"}},
{bert,".*",
{git,"git://github.com/zotonic/bert.erl.git",
{git,"https://github.com/zotonic/bert.erl.git",
"1efd05a1a0288ec62e1df0b8af42f6d96cd0516b"}},
{dh_date,".*",
{git,"git://github.com/zotonic/dh_date.git",
{git,"https://github.com/zotonic/dh_date.git",
"473ad8c47379939aeca919547a7d977eaf34c27b"}},
{eiconv,".*",
{git,"git://github.com/zotonic/eiconv.git",
{git,"https://github.com/zotonic/eiconv.git",
"bfd3df519921947c6da5e5d596bd5f19e74dec69"}},
{gen_smtp,".*",
{git,"git://github.com/Vagabond/gen_smtp.git",
{git,"https://github.com/Vagabond/gen_smtp.git",
"813d0258eeac6b9cc4ce47b7a9616ec5f8e43c80"}},
{mimetypes,".*",
{git,"git://github.com/zotonic/mimetypes.git",
{git,"https://github.com/zotonic/mimetypes.git",
"a60b350819c8ba5602ed85b9d0050cc8e3cb1152"}},
{mochiweb,".*",
{git,"git://github.com/zotonic/mochiweb.git",
{git,"https://github.com/zotonic/mochiweb.git",
"f623fab2b67388fe8d2b63795a79392cea1f8471"}},
{dispatch_compiler,".*",
{git,"git://github.com/zotonic/dispatch_compiler.git",
{git,"https://github.com/zotonic/dispatch_compiler.git",
"ae778807f9efa25e6bb1f62b8a4125b678bf94f5"}},
{ua_classifier,".*",
{git,"git://github.com/zotonic/ua_classifier.git",
{git,"https://github.com/zotonic/ua_classifier.git",
"37ba6bb25576c225bf414d1517de908635612413"}},
{sendfile,".*",
{git,"git://github.com/tuncer/sendfile.git",
{git,"https://github.com/tuncer/sendfile.git",
"4dbacde524a7b35e3ccabc2bf491810b48f0c8b2"}},
{webzmachine,".*",
{git,"git://github.com/zotonic/webzmachine.git",
{git,"https://github.com/zotonic/webzmachine.git",
"fe0075257e264fa28ba4112603794a48a78d8405"}},
{z_stdlib,".*",
{git,"git://github.com/zotonic/z_stdlib.git",
{git,"https://github.com/zotonic/z_stdlib.git",
"8e37cafc58a2e3ba5d3878f3812fa651e676fa97"}},
{jsx, ".*",
{git,"git://github.com/talentdeficit/jsx.git",
{git,"https://github.com/talentdeficit/jsx.git",
"a45c997cedc3bcc0bb014ac3faa7ec16bcd4f7b1"}},
{jsxrecord,".*",
{git,"git://github.com/zotonic/jsxrecord.git",
{git,"https://github.com/zotonic/jsxrecord.git",
"7052822258476db132e778256e9701759143c41b"}},
{bear,".*",
{git,"https://github.com/folsom-project/bear.git",
Expand All @@ -81,43 +81,43 @@
{git,"https://github.com/eproxus/meck",
"b8f1432f4860443022ada82c55f9f42ecad0ed85"}},
{folsom,".*",
{git,"git://github.com/folsom-project/folsom.git",
{git,"https://github.com/folsom-project/folsom.git",
"9309bad9ffadeebbefe97521577c7480c7cfcd8a"}},
{hut,".*",
{git,"git://github.com/tolbrino/hut.git",
{git,"https://github.com/tolbrino/hut.git",
"230cd4557a344665378382de374e6a1b5456c822"}},
{setup,".*",
{git,"git://github.com/uwiger/setup.git",
{git,"https://github.com/uwiger/setup.git",
"eda3352e7555b9faf42b5242d95fc386bccbe123"}},
{exometer_core,".*",
{git,"git://github.com/Feuerlabs/exometer_core.git",
{git,"https://github.com/Feuerlabs/exometer_core.git",
"547f28bc93c7cb3d3f1174fb4c510667a4ebb645"}},
{filezcache,".*",
{git,"git://github.com/mworrell/filezcache.git",
{git,"https://github.com/mworrell/filezcache.git",
"94de44ceb4c93440f412f017fae35c31a015f728"}},
{jobs,".*",
{git,"git://github.com/uwiger/jobs.git",
{git,"https://github.com/uwiger/jobs.git",
"fe5bf9a252ee68f644bdee7db919cc522ff4ad03"}},
{s3filez,".*",
{git,"git://github.com/mworrell/s3filez.git",
{git,"https://github.com/mworrell/s3filez.git",
"8d9ba7f2eade956cea87167d0d786dc942000ea0"}},
{proper,".*",
{git,"git://github.com/manopapad/proper.git",
{git,"https://github.com/manopapad/proper.git",
"16f9f7cb181f41ffb882c4a31052275dfad16ee1"}},
{diffy,".*",
{git,"https://github.com/mmzeeman/diffy.git",
"ffb56061362865b13bad1841d759a5990b0f8f17"}},
{gproc,".*",
{git,"git://github.com/uwiger/gproc.git",
{git,"https://github.com/uwiger/gproc.git",
"ed37980aa895cd3643e101f36cc2c3bdf1daa7fc"}},
{emqtt,".*",
{git,"git://github.com/zotonic/emqtt.git",
{git,"https://github.com/zotonic/emqtt.git",
"4abe34a6194f632c6589a4ca4954447a02b41b1d"}},
{poolboy,".*",
{git,"git://github.com/devinus/poolboy.git",
{git,"https://github.com/devinus/poolboy.git",
"3bb48a893ff5598f7c73731ac17545206d259fac"}},
{epgsql,".*",
{git,"git://github.com/epgsql/epgsql.git",
{git,"https://github.com/epgsql/epgsql.git",
"84b2821b25b63f6153686cbabc7e7ea8374692f5"}},
{qdate_localtime,".*",
{git,"https://github.com/choptastic/qdate_localtime.git",
Expand All @@ -126,7 +126,7 @@
{git,"https://github.com/choptastic/qdate.git",
"accda0db1afce64d1689a6192713dd69ae057e3f"}},
{recon,".*",
{git,"git://github.com/ferd/recon.git",
{git,"https://github.com/ferd/recon.git",
"d19f241c414ef1681a27ac9ed019a984acbe6863"}},
{jiffy,".*",
{git,"https://github.com/davisp/jiffy.git",
Expand All @@ -135,7 +135,7 @@
{git,"https://github.com/tim/erlang-oauth.git",
"bd19896e31125f99ff45bb5850b1c0e74b996743"}},
{exif,".*",
{git,"git://github.com/nlfiedler/erlang-exif.git",
{git,"https://github.com/nlfiedler/erlang-exif.git",
"fda65623dce07bb21948306c91020bc644253460"}},
{termit,".*",
{git,"https://github.com/erlangpack/termit",
Expand Down

0 comments on commit 3a51b28

Please sign in to comment.