Show More
@@ -1651,13 +1651,13 b'' | |||||
1651 | }; |
|
1651 | }; | |
1652 | }; |
|
1652 | }; | |
1653 | rhodecode-tools = super.buildPythonPackage { |
|
1653 | rhodecode-tools = super.buildPythonPackage { | |
1654 |
name = "rhodecode-tools-0.1 |
|
1654 | name = "rhodecode-tools-0.12.0"; | |
1655 | buildInputs = with self; []; |
|
1655 | buildInputs = with self; []; | |
1656 | doCheck = false; |
|
1656 | doCheck = false; | |
1657 | propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh]; |
|
1657 | propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh]; | |
1658 | src = fetchurl { |
|
1658 | src = fetchurl { | |
1659 |
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.1 |
|
1659 | url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4"; | |
1660 | md5 = "e5fd0a8363af08a0ced71b50ca9cce15"; |
|
1660 | md5 = "9ca040356fa7e38d3f64529a4cffdca4"; | |
1661 | }; |
|
1661 | }; | |
1662 | meta = { |
|
1662 | meta = { | |
1663 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; |
|
1663 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; |
@@ -127,7 +127,7 b' CProfileV==1.0.6' | |||||
127 | bottle==0.12.8 |
|
127 | bottle==0.12.8 | |
128 |
|
128 | |||
129 | ## rhodecode-tools, special case |
|
129 | ## rhodecode-tools, special case | |
130 |
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.1 |
|
130 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0 | |
131 |
|
131 | |||
132 | ## appenlight |
|
132 | ## appenlight | |
133 | appenlight-client==0.6.14 |
|
133 | appenlight-client==0.6.14 |
@@ -344,6 +344,7 b' def _prepushhook(*args, **kwargs):' | |||||
344 | :param action: push |
|
344 | :param action: push | |
345 | :param repository: repository name |
|
345 | :param repository: repository name | |
346 | :param repo_store_path: full path to where repositories are stored |
|
346 | :param repo_store_path: full path to where repositories are stored | |
|
347 | :param commit_ids: list of pushed commit ids | |||
347 | """ |
|
348 | """ | |
348 |
|
349 | |||
349 | expected_parameters = ( |
|
350 | expected_parameters = ( |
General Comments 0
You need to be logged in to leave comments.
Login now