Show More
The requested changes are too big and content was truncated. Show full diff
@@ -1,9 +1,10 b'' | |||||
1 | 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0 |
|
1 | 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0 | |
2 | 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1 |
|
2 | 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1 | |
3 | c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0 |
|
3 | c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0 | |
4 | 7fd5c850745e2ea821fb4406af5f4bff9b0a7526 v4.1.1 |
|
4 | 7fd5c850745e2ea821fb4406af5f4bff9b0a7526 v4.1.1 | |
5 | 41c87da28a179953df86061d817bc35533c66dd2 v4.1.2 |
|
5 | 41c87da28a179953df86061d817bc35533c66dd2 v4.1.2 | |
6 | baaf9f5bcea3bae0ef12ae20c8b270482e62abb6 v4.2.0 |
|
6 | baaf9f5bcea3bae0ef12ae20c8b270482e62abb6 v4.2.0 | |
7 | 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1 |
|
7 | 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1 | |
8 | fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0 |
|
8 | fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0 | |
9 | 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1 |
|
9 | 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1 | |
|
10 | 8a876f48f5cb1d018b837db28ff928500cb32cfb v4.4.0 |
@@ -1,51 +1,55 b'' | |||||
1 | # top level files |
|
1 | # top level files | |
2 | include test.ini |
|
2 | include test.ini | |
3 | include MANIFEST.in |
|
3 | include MANIFEST.in | |
4 | include README.rst |
|
4 | include README.rst | |
5 | include CHANGES.rst |
|
5 | include CHANGES.rst | |
6 | include LICENSE.txt |
|
6 | include LICENSE.txt | |
7 |
|
7 | |||
8 | include rhodecode/VERSION |
|
8 | include rhodecode/VERSION | |
9 |
|
9 | |||
10 | # docs |
|
10 | # docs | |
11 | recursive-include docs * |
|
11 | recursive-include docs * | |
12 |
|
12 | |||
13 | # all config files |
|
13 | # all config files | |
14 | recursive-include configs * |
|
14 | recursive-include configs * | |
15 |
|
15 | |||
16 | # translations |
|
16 | # translations | |
17 | recursive-include rhodecode/i18n * |
|
17 | recursive-include rhodecode/i18n * | |
18 |
|
18 | |||
19 | # hook templates |
|
19 | # hook templates | |
20 | recursive-include rhodecode/config/hook_templates * |
|
20 | recursive-include rhodecode/config/hook_templates * | |
21 |
|
21 | |||
22 | # non-python core stuff |
|
22 | # non-python core stuff | |
23 | recursive-include rhodecode *.cfg |
|
23 | recursive-include rhodecode *.cfg | |
24 | recursive-include rhodecode *.json |
|
24 | recursive-include rhodecode *.json | |
25 | recursive-include rhodecode *.ini_tmpl |
|
25 | recursive-include rhodecode *.ini_tmpl | |
26 | recursive-include rhodecode *.sh |
|
26 | recursive-include rhodecode *.sh | |
|
27 | recursive-include rhodecode *.mako | |||
|
28 | ||||
|
29 | # 502 page | |||
|
30 | include rhodecode/public/502.html | |||
27 |
|
31 | |||
28 | # 502 page |
|
32 | # 502 page | |
29 | include rhodecode/public/502.html |
|
33 | include rhodecode/public/502.html | |
30 |
|
34 | |||
31 | # images, css |
|
35 | # images, css | |
32 | include rhodecode/public/css/*.css |
|
36 | include rhodecode/public/css/*.css | |
33 | include rhodecode/public/images/*.* |
|
37 | include rhodecode/public/images/*.* | |
34 |
|
38 | |||
35 | # sound files |
|
39 | # sound files | |
36 | include rhodecode/public/sounds/*.mp3 |
|
40 | include rhodecode/public/sounds/*.mp3 | |
37 | include rhodecode/public/sounds/*.wav |
|
41 | include rhodecode/public/sounds/*.wav | |
38 |
|
42 | |||
39 | # fonts |
|
43 | # fonts | |
40 | recursive-include rhodecode/public/fonts/ProximaNova * |
|
44 | recursive-include rhodecode/public/fonts/ProximaNova * | |
41 | recursive-include rhodecode/public/fonts/RCIcons * |
|
45 | recursive-include rhodecode/public/fonts/RCIcons * | |
42 |
|
46 | |||
43 | # js |
|
47 | # js | |
44 | recursive-include rhodecode/public/js * |
|
48 | recursive-include rhodecode/public/js * | |
45 |
|
49 | |||
46 | # templates |
|
50 | # templates | |
47 | recursive-include rhodecode/templates * |
|
51 | recursive-include rhodecode/templates * | |
48 |
|
52 | |||
49 | # skip any tests files |
|
53 | # skip any tests files | |
50 | recursive-exclude rhodecode/tests * |
|
54 | recursive-exclude rhodecode/tests * | |
51 |
|
55 |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
General Comments 0
You need to be logged in to leave comments.
Login now