##// END OF EJS Templates
make-release: cleanup and fix bitrot...
make-release: cleanup and fix bitrot Try to make the build process more stable and maintainable. So far, this leaves a problem with node_modules/bootstrap/ and kallithea/public/css/style.css missing from the release .tar.gz .

File last commit:

r7116:dba4e770 default
r7116:dba4e770 default
Show More
MANIFEST.in
30 lines | 1.1 KiB | text/plain | TextLexer
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include .coveragerc
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include Apache-License-2.0.txt
include CONTRIBUTORS
include COPYING
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include Jenkinsfile
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include LICENSE-MERGELY.html
include LICENSE.md
include MIT-Permissive-License.txt
include README.rst
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include dev_requirements.txt
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include development.ini
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include pytest.ini
include requirements.txt
include tox.ini
Mads Kiilerich
make-release: cleanup and fix bitrot...
r7116 include package.json
added docs to manifest, updated setup script
r1078 recursive-include docs *
added changes made in production branch back into beta
r1143 recursive-include init.d *
Søren Løvborg
db: add Alembic "migration environment"...
r5980 recursive-include kallithea/alembic *
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include kallithea/bin/ldap_sync.conf
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include kallithea/lib/paster_commands/template.ini.mako
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 recursive-include kallithea/i18n *
recursive-include kallithea/public *
domruf
move package.json to root directory...
r7026 recursive-include node_modules/bootstrap *
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 recursive-include kallithea/templates *
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 recursive-include kallithea/tests/fixtures *
recursive-include kallithea/tests/scripts *
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include kallithea/tests/models/test_dump_html_mails.ref.html
include kallithea/tests/performance/test_vcs.py
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include kallithea/tests/vcs/aconfig
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 recursive-include scripts *