Project

General

Profile

Revision d904968a

IDd904968aa41d74a333943a61d6305c60ce8869b5
Parent cb16c124
Child acb87a14

Added by Aurelien BOMPARD almost 15 years ago

Nettoyage, prise en compte du proxy

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@318 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
4 4
	@echo "Template Makefile, to be filled with build and install targets"
5 5

  
6 6
bin/buildout: buildenv/bootstrap.py
7
	python2.5 $^
7
	http_proxy='' python2.5 $^
8
	-[ -f $@ ] && touch $@
8 9

  
9 10
bin/python bin/paster: bin/buildout
10
	./$^
11
	http_proxy='' ./$^
11 12

  
12 13
clean:
13 14
	find $(CURDIR) \( -name "*.pyc" -o -name "*~" \) -delete
buildout.cfg
1 1
[buildout]
2 2
extends = buildenv/buildout-base.cfg buildenv/distrib/mes-5.cfg
3 3
parts = turbogears vigiboard
4
#http://www.turbogears.org/2.0/downloads/current/index/
5
#http://pypi.python.org/simple
6
#index = http://vigilo-dev.local/python/eggs/index
7 4
develop = .
8 5
eggs = vigiboard
9 6

  

Also available in: Unified diff