aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2008-02-05 20:54:35 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2008-02-05 20:54:35 +0000
commit3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b (patch)
treec638acb0e8299fd718cbd4613ef4bae8f9eea9ef /setup.py
parentfb388c2b7d01c98b0456ce97cf163f5394710b10 (diff)
downloadmgarepo-3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b.tar
mgarepo-3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b.tar.gz
mgarepo-3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b.tar.bz2
mgarepo-3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b.tar.xz
mgarepo-3f8b8f70d7d81c956e0f4e3dbc66d97e91d4e55b.zip
Moved all old defaults to repsys-example.conf and document it better
Only a few configuration options in repsys.conf are really useful. Removed the remaining [template] section.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7c4814c..2df6e49 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,8 @@ setup(name="repsys",
"oldfashion.chlog",
"compatv15.chlog",
"create-srpm",
- "rebrand-mdk"]),
+ "rebrand-mdk",
+ "repsys-example.conf"]),
("/etc/", ["repsys.conf"])]
)