[debexpo/master] Fix references to the importer script

Paul Wise pabs at debian.org
Thu Nov 6 13:28:38 CET 2008


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 at debian.org>
---
 development.ini      |    2 +-
 docs/config_file.rst |    2 +-
 test.ini             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/development.ini b/development.ini
index 2bbd049..041ad54 100644
--- a/development.ini
+++ b/development.ini
@@ -43,7 +43,7 @@ debexpo.upload.incoming = /tmp/debexpo/
 debexpo.repository = /tmp/debexpo/files/
 
 # Path to importer script
-debexpo.importer = %(here)s/bin/importer.py
+debexpo.importer = %(here)s/bin/debexpo-importer
 
 # Whether to let debexpo handle the /debian/ directory
 debexpo.handle_debian = true
diff --git a/docs/config_file.rst b/docs/config_file.rst
index 3183cdb..a3a0a6b 100644
--- a/docs/config_file.rst
+++ b/docs/config_file.rst
@@ -22,7 +22,7 @@ The directory does not have a Sources.gz file (no "apt-get source") but source p
 ``debexpo.importer``
 ====================
 
-This variable specifies the path to the importer script, distributed in ``bin/importer.py``. Therefore, this option is typically ``%(here)s/bin/importer.py``.
+This variable specifies the path to the importer script, distributed in ``bin/debexpo-importer``. Therefore, this option is typically ``%(here)s/bin/debexpo-importer``.
 
 ``debexpo.handle_debian``
 =========================
diff --git a/test.ini b/test.ini
index 84b3b30..1b4e895 100644
--- a/test.ini
+++ b/test.ini
@@ -30,7 +30,7 @@ debexpo.upload.incoming = /tmp/debexpo/
 debexpo.repository = /tmp/debexpo/files/
 
 # Path to importer script
-debexpo.importer = %(here)s/bin/importer.py
+debexpo.importer = %(here)s/bin/debexpo-importer
 
 # Whether to let debexpo handle the /debian/ directory
 debexpo.handle_debian = true
-- 
1.5.6.5



More information about the debexpo-commits mailing list