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:
authorSoumith Chintala <soumith@gmail.com>2014-10-05 09:25:49 +0400
committerSoumith Chintala <soumith@gmail.com>2014-10-05 09:25:49 +0400
commit7927e970a63fffeaf694ff48b6775bab5ad290af (patch)
tree0232c5cc80fb59f7ea4b2a47a32a0430c9dfb9b4
parent560cd46e652280e2bfdaaf3e20cde11c01bbbd0c (diff)
parent8afbe8310afe9bc5fe6ea4b035d11fd9d53afde6 (diff)
Merge pull request #8 from soumith/master
moving github luarocks mirror to the more up-to-date moonrocks one
-rw-r--r--luarocks/install.bat2
-rw-r--r--luarocks/lfw/luarocks_config.lua2
-rw-r--r--luarocks/src/luarocks/cfg.lua2
-rw-r--r--luarocks/src/luarocks/config.lua.in2
-rw-r--r--luarocks/src/luarocks/config.lua.win.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/luarocks/install.bat b/luarocks/install.bat
index 417b095..1aee84d 100644
--- a/luarocks/install.bat
+++ b/luarocks/install.bat
@@ -583,7 +583,7 @@ if not exists(vars.CONFIG_FILE) then
f:write([=[
rocks_servers = {
[[https://raw.githubusercontent.com/torch/rocks/master]],
- [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
+ [[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
rocks_trees = {
]=])
diff --git a/luarocks/lfw/luarocks_config.lua b/luarocks/lfw/luarocks_config.lua
index 3075d37..2d03da7 100644
--- a/luarocks/lfw/luarocks_config.lua
+++ b/luarocks/lfw/luarocks_config.lua
@@ -1,7 +1,7 @@
local LFW_ROOT = config.LFW_ROOT
rocks_servers = {
[[https://raw.githubusercontent.com/torch/rocks/master]],
- [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
+ [[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
rocks_trees = {
{ root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
diff --git a/luarocks/src/luarocks/cfg.lua b/luarocks/src/luarocks/cfg.lua
index a1345db..150e178 100644
--- a/luarocks/src/luarocks/cfg.lua
+++ b/luarocks/src/luarocks/cfg.lua
@@ -196,7 +196,7 @@ local defaults = {
rocks_servers = {
{
"https://raw.githubusercontent.com/torch/rocks/master",
- "https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks/"
+ "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master"
}
},
diff --git a/luarocks/src/luarocks/config.lua.in b/luarocks/src/luarocks/config.lua.in
index 264e4ea..2add348 100644
--- a/luarocks/src/luarocks/config.lua.in
+++ b/luarocks/src/luarocks/config.lua.in
@@ -13,5 +13,5 @@ rocks_trees = {
rocks_servers = {
[[https://raw.githubusercontent.com/torch/rocks/master]],
- [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
+ [[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
diff --git a/luarocks/src/luarocks/config.lua.win.in b/luarocks/src/luarocks/config.lua.win.in
index 7fcaacc..ff3ec6c 100644
--- a/luarocks/src/luarocks/config.lua.win.in
+++ b/luarocks/src/luarocks/config.lua.win.in
@@ -13,7 +13,7 @@ rocks_trees = {
rocks_servers = {
[[https://raw.githubusercontent.com/torch/rocks/master]],
- [[https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks]]
+ [[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
variables = {