Changeset d7c057139bab96fbcaf82fd57bee40fe3d9745da

Show
Ignore:
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:
3 modified

Legend:

Unmodified
Added
Removed
  • development.ini

    rac3058 rd7c057  
    4444 
    4545# Path to importer script 
    46 debexpo.importer = %(here)s/bin/importer.py 
     46debexpo.importer = %(here)s/bin/debexpo-importer 
    4747 
    4848# Whether to let debexpo handle the /debian/ directory 
  • docs/config_file.rst

    rb5bfbc rd7c057  
    2323==================== 
    2424 
    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``. 
     25This variable specifies the path to the importer script, distributed in ``bin/debexpo-importer``. Therefore, this option is typically ``%(here)s/bin/debexpo-importer``. 
    2626 
    2727``debexpo.handle_debian`` 
  • test.ini

    r4e682b rd7c057  
    3131 
    3232# Path to importer script 
    33 debexpo.importer = %(here)s/bin/importer.py 
     33debexpo.importer = %(here)s/bin/debexpo-importer 
    3434 
    3535# Whether to let debexpo handle the /debian/ directory