Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2014-08-01 00:33:01 +0400
committerClement Farabet <clement.farabet@gmail.com>2014-08-01 00:33:01 +0400
commit560cd46e652280e2bfdaaf3e20cde11c01bbbd0c (patch)
treef68771ab75e621a33880d67b3ac5dd129f671956
parentba6d64324288ef1d0cfb08df6534fbfd998d9a7f (diff)
parent37fc2b970acb3d228fe2ddb2e5a6c51e331fe4cd (diff)
Merge pull request #5 from soumith/master
more necessary changes luarocks.org - >github
-rw-r--r--luarocks/install.bat3
-rw-r--r--luarocks/lfw/luarocks_config.lua3
-rw-r--r--luarocks/src/luarocks/config.lua.in4
-rw-r--r--luarocks/src/luarocks/config.lua.win.in4
4 files changed, 8 insertions, 6 deletions
diff --git a/luarocks/install.bat b/luarocks/install.bat
index 15f2607..417b095 100644
--- a/luarocks/install.bat
+++ b/luarocks/install.bat
@@ -582,7 +582,8 @@ if not exists(vars.CONFIG_FILE) then
local f = io.open(vars.CONFIG_FILE, "w")
f:write([=[
rocks_servers = {
- [[http://luarocks.org/repositories/rocks]]
+ [[https://raw.githubusercontent.com/torch/rocks/master]],
+ [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
}
rocks_trees = {
]=])
diff --git a/luarocks/lfw/luarocks_config.lua b/luarocks/lfw/luarocks_config.lua
index 557890f..3075d37 100644
--- a/luarocks/lfw/luarocks_config.lua
+++ b/luarocks/lfw/luarocks_config.lua
@@ -1,6 +1,7 @@
local LFW_ROOT = config.LFW_ROOT
rocks_servers = {
- [[http://luarocks.org/repositories/rocks]]
+ [[https://raw.githubusercontent.com/torch/rocks/master]],
+ [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
}
rocks_trees = {
{ root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
diff --git a/luarocks/src/luarocks/config.lua.in b/luarocks/src/luarocks/config.lua.in
index 01cd875..264e4ea 100644
--- a/luarocks/src/luarocks/config.lua.in
+++ b/luarocks/src/luarocks/config.lua.in
@@ -12,6 +12,6 @@ rocks_trees = {
}
rocks_servers = {
- [[https://raw.github.com/torch/rocks/master]],
- [[http://luarocks.org/repositories/rocks]]
+ [[https://raw.githubusercontent.com/torch/rocks/master]],
+ [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
}
diff --git a/luarocks/src/luarocks/config.lua.win.in b/luarocks/src/luarocks/config.lua.win.in
index b4476a4..7fcaacc 100644
--- a/luarocks/src/luarocks/config.lua.win.in
+++ b/luarocks/src/luarocks/config.lua.win.in
@@ -12,8 +12,8 @@ rocks_trees = {
}
rocks_servers = {
- [[https://raw.github.com/torch/rocks/master]],
- [[http://luarocks.org/repositories/rocks]]
+ [[https://raw.githubusercontent.com/torch/rocks/master]],
+ [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
}
variables = {