Changeset d7c057139bab96fbcaf82fd57bee40fe3d9745da
- Timestamp:
- 11/06/08 13:28:38 (2 months ago)
- Author:
- Jonny Lamb <jonny@…>
- git-author:
- Paul Wise <pabs@debian.org> / 2008-11-06T12:28:38Z+0000
- Parents:
- 97061ffad09f203322012f94587eb0c3fd041c83
- Children:
- 04c09606daca2fceccffaed0b9df777efad375bb
- git-committer:
- Jonny Lamb <jonny@debian.org> / 2008-11-06T12:28:38Z+0000
- Message:
-
Fix references to the importer script
debexpo won't allow uploads out of the box because the default config
files and the documentation doesn't reference the importer script
correctly.
This fixes the rename to the importer script from ac30581165ebf.
Signed-off-by: Jonny Lamb <jonny@…>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rac3058
|
rd7c057
|
|
| 44 | 44 | |
| 45 | 45 | # Path to importer script |
| 46 | | debexpo.importer = %(here)s/bin/importer.py |
| | 46 | debexpo.importer = %(here)s/bin/debexpo-importer |
| 47 | 47 | |
| 48 | 48 | # Whether to let debexpo handle the /debian/ directory |
-
|
rb5bfbc
|
rd7c057
|
|
| 23 | 23 | ==================== |
| 24 | 24 | |
| 25 | | This variable specifies the path to the importer script, distributed in ``bin/importer.py``. Therefore, this option is typically ``%(here)s/bin/importer.py``. |
| | 25 | This variable specifies the path to the importer script, distributed in ``bin/debexpo-importer``. Therefore, this option is typically ``%(here)s/bin/debexpo-importer``. |
| 26 | 26 | |
| 27 | 27 | ``debexpo.handle_debian`` |
-
|
r4e682b
|
rd7c057
|
|
| 31 | 31 | |
| 32 | 32 | # Path to importer script |
| 33 | | debexpo.importer = %(here)s/bin/importer.py |
| | 33 | debexpo.importer = %(here)s/bin/debexpo-importer |
| 34 | 34 | |
| 35 | 35 | # Whether to let debexpo handle the /debian/ directory |