File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33APP =doublex
44VERSION =$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "() " | cut -f1 -d "-")
55
6- ORIG_REPO =hg clone http://bitbucket.org/DavidVilla/python-doublex -r v $( VERSION )
6+ ORIG_REPO =git clone --branch v $( VERSION ) http://bitbucket.org/DavidVilla/python-doublex
77ORIG_DIR =$(APP ) -$(VERSION )
88EXCLUDE=--exclude =debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
99
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ doctests:
2626wiki :
2727 hg clone ssh://
[email protected] /DavidVilla/python-doublex/wiki
2828
29+ push :
30+ git push
31+ git push
[email protected] :davidvilla/python-doublex.git
32+
2933clean :
3034 find . -name * .pyc -delete
3135 find . -name * .pyo -delete
You can’t perform that action at this time.
0 commit comments