annotate MANIFEST.in @ 3555:881064004fd0

use untrusted settings in hgweb The only exceptions are web.static and web.templates, since they can be used to get any file that is readable by the user running the CGI script. Other options can be (ab)used to increase the use of the cpu (allow_bz2) or of the bandwidth (server.uncompressed), but they're trusted anyway.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 26 Oct 2006 19:25:45 +0200
parents 594d1ff79609
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
1 include hg
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
2 recursive-include mercurial *.py
954
f179a3a4af3c Add hgwebdir.cgi to MANIFEST.in
mpm@selenic.com
parents: 953
diff changeset
3 include hgweb.cgi hgwebdir.cgi
589
4be4d4580467 [PATCH] bring MANIFEST.in up to date
mpm@selenic.com
parents: 457
diff changeset
4 include hgeditor rewrite-log
3430
594d1ff79609 Added *.bin to MANIFEST.in to include binfile.bin
Thomas Arendsen Hein <thomas@intevation.de>
parents: 3239
diff changeset
5 include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out tests/*.bin
805
ec7107c5d8ad Drop .err files generated by failed tests from the MANIFEST.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 740
diff changeset
6 prune tests/*.err
7
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
7 include *.txt
2055
bd94dda70bbe Added doc/gendoc.py to MANIFEST.in, so docs can be regenerated on demand.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2053
diff changeset
8 include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9]
3239
7a3edd3f7c3e Install all files/subdirectories below templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2690
diff changeset
9 recursive-include templates *
673
8e518e11f6cf Change MANIFEST.in to recursive-include the contrib/ folder.
Andrew Thompson <andrewkt@aktzero.com>
parents: 589
diff changeset
10 recursive-include contrib *
2689
489c3bacce96 MANIFEST.in fixes
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2210
diff changeset
11 recursive-include hgext *
7
510265b68bbf Add MANIFEST.in to repo
mpm@selenic.com
parents:
diff changeset
12 include README
589
4be4d4580467 [PATCH] bring MANIFEST.in up to date
mpm@selenic.com
parents: 457
diff changeset
13 include CONTRIBUTORS
4be4d4580467 [PATCH] bring MANIFEST.in up to date
mpm@selenic.com
parents: 457
diff changeset
14 include COPYING
1021
a0ce13606208 Add Makefile to the manifest
mpm@selenic.com
parents: 1007
diff changeset
15 include Makefile
589
4be4d4580467 [PATCH] bring MANIFEST.in up to date
mpm@selenic.com
parents: 457
diff changeset
16 include MANIFEST.in
2665
2efcd2b4c9fe prune unwanted files from MANIFEST (backups, object files, etc)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2210
diff changeset
17 prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof