##// END OF EJS Templates
core-packaing: init.d is inside of configs now. We don't need to include it
marcink -
r652:8236f864 default
parent child Browse files
Show More
@@ -1,52 +1,48 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 # init.d
17 recursive-include init.d *
18
19 16 # translations
20 17 recursive-include rhodecode/i18n *
21 18
22
23 19 # hook templates
24 20 recursive-include rhodecode/config/hook_templates *
25 21
26 22 # non-python core stuff
27 23 recursive-include rhodecode *.cfg
28 24 recursive-include rhodecode *.json
29 25 recursive-include rhodecode *.ini_tmpl
30 26 recursive-include rhodecode *.sh
31 27
32 28 # images, css
33 29 include rhodecode/public/css/*.css
34 30 include rhodecode/public/images/*.*
35 31
36 32 # sound files
37 33 include rhodecode/public/sounds/*.mp3
38 34 include rhodecode/public/sounds/*.wav
39 35
40 36 # fonts
41 37 recursive-include rhodecode/public/fonts/ProximaNova *
42 38 recursive-include rhodecode/public/fonts/RCIcons *
43 39
44 40 # js
45 41 recursive-include rhodecode/public/js *
46 42
47 43 # templates
48 44 recursive-include rhodecode/templates *
49 45
50 46 # skip any tests files
51 47 recursive-exclude rhodecode/tests *
52 48
General Comments 0
You need to be logged in to leave comments. Login now