diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-18 23:17:10 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-18 23:17:10 -0200 |
commit | c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3 (patch) | |
tree | ba031d9724a73bb25cebebe4e453d06bf9c1ec94 | |
parent | e0fc42d99562793236aaac62e73be2b4fc5317c6 (diff) | |
download | luarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.tar.gz luarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.tar.bz2 luarocks-c34e7ba35b66d5ffaaae2b04b2a814a2a95fd6a3.zip |
Prioritize "scm" over "cvs". This was underspecified before.
-rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 732f587c..0c6bb8d5 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -34,7 +34,7 @@ local operators = { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | local deltas = { | 36 | local deltas = { |
37 | scm = 1000, | 37 | scm = 1100, |
38 | cvs = 1000, | 38 | cvs = 1000, |
39 | rc = -1000, | 39 | rc = -1000, |
40 | pre = -10000, | 40 | pre = -10000, |