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