Commit 1ee8c28b authored by Seblu's avatar Seblu
Browse files

setup install config files

parent a9a419fa
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
# 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
+5 −1
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ setup(
    license='GPL2',
    packages=[ 'installsystems' ],
    scripts=[ 'bin/is' ],
    data_files=(
        ('/etc/installsystems/', ('samples/repository.conf',
                                  'samples/installsystems.conf')),
        ),
    classifiers=[
        'Operating System :: Unix',
        'Programming Language :: Python',