Mercurial > bitten > bitten-test
annotate MANIFEST-SLAVE.in @ 715:cd4405466a77
Add a `referer=` argument when logging in, and redirect to a Bitten URL so that slave doesn't need non-build permissions. Closes #459.
author | osimons |
---|---|
date | Wed, 25 Nov 2009 08:12:04 +0000 |
parents | 6511c192a957 |
children | ec76fabc2617 |
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 |
682
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
4 |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
5 exclude MANIFEST.in |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
6 include setup.py |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
7 include ChangeLog |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
8 include COPYING |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
9 include MANIFEST-SLAVE.in |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
10 include README.txt |
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
11 |
511
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
12 exclude bitten/*.py |
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
13 exclude bitten/report/*.py |
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
14 exclude bitten/report/tests/*.py |
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
15 exclude bitten/tests/*.py |
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
16 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
|
17 include bitten/build/*.py |
682
6511c192a957
0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default).
osimons
parents:
617
diff
changeset
|
18 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
|
19 include bitten/recipe.py |
79bf2969613d
Added version of `setup.py` that handles building just the slave modules. See #367
dfraser
parents:
diff
changeset
|
20 include bitten/slave.py |
617
327dca35a74f
Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents:
598
diff
changeset
|
21 include bitten/slave_tests/*.py |
327dca35a74f
Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents:
598
diff
changeset
|
22 include bitten/util/*.py |
327dca35a74f
Extensions to allow running all appropriate unittests from `Bitten-Slave` distribution:
dfraser
parents:
598
diff
changeset
|
23 include bitten/util/tests/*.py |