Merge lp:~brian.curtin/ubuntuone-windows-installer/no-u1to-deps into lp:ubuntuone-windows-installer

Proposed by Brian Curtin
Status: Merged
Approved by: dobey
Approved revision: 171
Merged at revision: 170
Proposed branch: lp:~brian.curtin/ubuntuone-windows-installer/no-u1to-deps
Merge into: lp:ubuntuone-windows-installer
Diff against target: 29 lines (+5/-5)
1 file modified
scripts/devsetup/buildout.cfg (+5/-5)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-windows-installer/no-u1to-deps
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+162450@code.launchpad.net

Commit message

- Move away from u1.to for linking to our manually built dependencies. Using brian.curtin's site as a temporary host.

Description of the change

Remove current dependencies which were hosted on U1 and linked via u1.to - the service is and has been down, and anything that's hosted there is causing buildout to fail. I'm currently hosting them on my own website, but we should put this in a more permanent place that does not depend on Ubuntu One in the first place, as we've seen dependencies disappear when people delete the shared files.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/devsetup/buildout.cfg'
2--- scripts/devsetup/buildout.cfg 2013-04-25 14:54:53 +0000
3+++ scripts/devsetup/buildout.cfg 2013-05-03 19:16:32 +0000
4@@ -27,20 +27,20 @@
5 https://github.com/ghtdak/qtreactor/tarball/master#egg=qt4reactor
6 http://launchpad.net/python-distutils-extra/trunk/2.31/+download/python-distutils-extra-2.31.tar.gz#egg=python-distutils-extra
7 # Mandel's patched keyring, already built
8- http://u1.to/~brian.curtin/0/keyring-0.7-py2.7.egg#egg=keyring
9+ http://www.briancurtin.com/canonical/deps/keyring-0.7-py2.7.egg#egg=keyring
10 # Pycrypto already built using python -c "import setuptools; execfile('setup.py')" bdist_egg
11- http://u1.to/~brian.curtin/V/pycrypto-2.6-py2.7-win32.egg#egg=pycrypto
12+ http://www.briancurtin.com/canonical/deps/pycrypto-2.6-py2.7-win32.egg#egg=pycrypto
13 # Py2exe already build using python -c "import setuptools; execfile('setup.py')" bdist_egg
14 http://u1.to/ralsina/x/py2exe-0.6.9-py2.7-win32.egg#egg=py2exe
15 # Protobuf's upstream zip file doesn't work via easy_install so using an egg.
16- http://u1.to/~brian.curtin/3/protobuf-2.4.1-py2.7.egg#egg=protobuf
17+ http://www.briancurtin.com/canonical/deps/protobuf-2.4.1-py2.7.egg#egg=protobuf
18 # Comtypes has a bug in setup.py with Python 2.7, so this should be changed eventually
19 # http://sourceforge.net/tracker/index.php?func=detail&aid=3036368&group_id=115265&atid=692940
20- http://u1.to/~brian.curtin/I/comtypes-0.6.2.zip#egg=comtypes
21+ http://www.briancurtin.com/canonical/deps/comtypes-0.6.2.zip#egg=comtypes
22 http://launchpad.net/configglue/trunk/1.0/+download/configglue-1.0.tar.gz#egg=configglue
23 # This Twisted build includes alecu's patch which has not yet been accepted
24 # http://www.twistedmatrix.com/trac/ticket/5726
25- http://u1.to/~brian.curtin/q/Twisted-12.3.0-py2.7-win32.egg#egg=twisted
26+ http://www.briancurtin.com/canonical/deps/Twisted-12.3.0-py2.7-win32.egg#egg=twisted
27 http://people.canonical.com/~dobey/pyflakes-0.5.0-2ubuntu2.bo2.tar.gz#egg=pyflakes
28 http://u1.to/~mikemc/g/pyobjc_core-2.5.0b1-py2.7-macosx-10.6-x86_64.egg#egg=pyobjc-core-2.5.0b1
29 http://u1.to/~mikemc/7/pyobjc_framework_Cocoa-2.5.0b1-py2.7-macosx-10.6-x86_64.egg#egg=pyobjc-framework-Cocoa-2.5.0b1

Subscribers

People subscribed via source and target branches