On 13/09/2015 20:08, Achim Hatzius wrote: > HI, > > as Firefox sync servers 1.1 will be shut down soon i am trying to set up > my own. The only place for it is a Synology NAS, ipkg installed. I have > only basic knowledge about server administration, so i follow > instructions given here > > http://docs.services.mozilla.com/howtos/run-sync.html > http://www.synology-forum.de/showthread.html?26625-Eigener-Firefox-Sync-Server-auf-Synology&p=220407&viewfull=1#post220407 > (german) > > It works fine until i run into an error with 'make build': > > /DSStudio> make build/ > /virtualenv --python=`which python2 python | head -n 1` --distribute > --no-site-packages ./ > /Running virtualenv with interpreter /usr/bin/python2/ > /New python executable in ./bin/python2/ > /Not overwriting existing python script ./bin/python (you must use > ./bin/python2)/ > /Installing setuptools, pip, wheel...done./ > /bin/pip install -U -i http://pypi.python.org/simple Distribute/ > /You are using pip version 7.0.3, however version 7.1.2 is available./ > /You should consider upgrading via the 'pip install --upgrade pip' command./ > /Collecting Distribute/ > / The repository located at pypi.python.org <http://pypi.python.org> is > not a trusted or secure host and is being ignored. If this repository is > available via HTTPS it is recommended to use HTTPS instead,
Guided by the above error message, I changed the build script to access PyPI over TLS by default: http://hg.mozilla.org/services/server-full/rev/913e49d15350 Please take a fresh checkout of server-full and try again. Cheers, Ryan _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

