annotate MANIFEST-SLAVE.in @ 645:8c824b14e1c5

0.6dev: Switching `master.py` to use new `self._send_response()` and `self._send_error() methods. Simplifies code, but most importantly for errors it allows a consistent method for transmitting plain-text error messages to the slave (that the slave will now output as part of debug logging). Raising Trac HTTP* errors actually causes full rendering of an HTML error page as response, which is both inefficient as well as making it near-impossible to extract the 'hidden' message from the master.
author osimons
date Mon, 24 Aug 2009 12:00:43 +0000
parents 327dca35a74f
children 6511c192a957
rev   line source
544
20e10135f255 Remove extra slashes as required for Windows setup - should refix #367
dfraser
parents: 511
diff changeset
1 prune bitten/htdocs
20e10135f255 Remove extra slashes as required for Windows setup - should refix #367
dfraser
parents: 511
diff changeset
2 prune bitten/templates
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
3 prune doc
544
20e10135f255 Remove extra slashes as required for Windows setup - should refix #367
dfraser
parents: 511
diff changeset
4 prune scripts
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
5 exclude bitten/*.py
617
327dca35a74f Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents: 598
diff changeset
6 include bitten/build/tests/*.py
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
7 exclude bitten/report/*.py
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
8 exclude bitten/report/tests/*.py
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
9 exclude bitten/tests/*.py
617
327dca35a74f Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents: 598
diff changeset
10 include setup.py
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
11 exclude MANIFEST.in
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
12 include bitten/__init__.py
598
5f3e66e5b451 0.6dev: Running `python setup-slave.py install` now works for installing only the parts of Bitten needed by slave to run builds. Closes #383.
osimons
parents: 544
diff changeset
13 include bitten/build/*.py
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
14 include bitten/recipe.py
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
15 include bitten/slave.py
617
327dca35a74f Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents: 598
diff changeset
16 include bitten/slave_tests/*.py
327dca35a74f Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents: 598
diff changeset
17 include bitten/util/*.py
327dca35a74f Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents: 598
diff changeset
18 include bitten/util/tests/*.py
511
79bf2969613d Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff changeset
19
Copyright (C) 2012-2017 Edgewall Software