Loading samples/repository.conf +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 setup.py +5 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
samples/repository.conf +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
setup.py +5 −1 Original line number Diff line number Diff line Loading @@ -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', Loading