Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
slapos
Commits
322de8cb
Commit
322de8cb
authored
Sep 10, 2011
by
jp@nexedi.com
Committed by
Romain Courteaud
Sep 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Circumvent unavailable server
parent
3671a607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
component/git/buildout.cfg
component/git/buildout.cfg
+3
-1
component/libtiff/buildout.cfg
component/libtiff/buildout.cfg
+3
-1
No files found.
component/git/buildout.cfg
View file @
322de8cb
...
@@ -13,7 +13,9 @@ parts =
...
@@ -13,7 +13,9 @@ parts =
[git]
[git]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://kernel.org/pub/software/scm/git/git-1.7.4.5.tar.bz2
# url = http://kernel.org/pub/software/scm/git/git-1.7.4.5.tar.bz2
# Circumvent kernel.org downtime
url = http://ftp.free.fr/mirrors/ftp.kernel.org/software/scm/git/git-1.7.4.5.tar.bz2
md5sum = 2fa6c4c847ed87523cf55de54af457eb
md5sum = 2fa6c4c847ed87523cf55de54af457eb
configure-options =
configure-options =
--with-curl=${curl:location}
--with-curl=${curl:location}
...
...
component/libtiff/buildout.cfg
View file @
322de8cb
...
@@ -9,7 +9,9 @@ parts =
...
@@ -9,7 +9,9 @@ parts =
[libtiff]
[libtiff]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://download.osgeo.org/libtiff/tiff-3.9.5.tar.gz
#url = http://download.osgeo.org/libtiff/tiff-3.9.5.tar.gz
# server is down - circumvent
url = http://www.imagemagick.org/download/delegates/tiff-3.9.5.tar.gz
md5sum = 8fc7ce3b4e1d0cc8a319336967815084
md5sum = 8fc7ce3b4e1d0cc8a319336967815084
configure-options =
configure-options =
--disable-static
--disable-static
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment