Skip to content
Snippets Groups Projects
Commit 1ee8c28b authored by Seblu's avatar Seblu
Browse files

setup install config files

parent a9a419fa
No related branches found
No related tags found
No related merge requests found
# repository configuration
# local repository
[local]
path = /home/seblu/pub/is
fmod = 644
dmod = 755
uid = seblu
gid = sebgp
#[local]
#path = /home/seblu/pub/is
#fmod = 644
#dmod = 755
#uid = seblu
#gid = sebgp
# localhost testing repository
[http]
path = http://127.0.0.1/is
#[http]
#path = http://127.0.0.1/is
# smartjog official installsystems repository
[smartjog]
path = http://installsystems.boot.wan/is
#[smartjog]
#path = http://installsystems.boot.wan/is
......@@ -14,9 +14,13 @@ setup(
long_description=ldesc,
author='Sebastien Luttringer',
author_email='sebastien.luttringer@smartjog.com',
license='GPL2',
license='GPL2',
packages=[ 'installsystems' ],
scripts=[ 'bin/is' ],
data_files=(
('/etc/installsystems/', ('samples/repository.conf',
'samples/installsystems.conf')),
),
classifiers=[
'Operating System :: Unix',
'Programming Language :: Python',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment