Skip to content

Commit f75e3fa

Browse files
committed
update repo url
1 parent cddbcf2 commit f75e3fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APP=doublex
44
VERSION=$(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
77
ORIG_DIR=$(APP)-$(VERSION)
88
EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
99

make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ doctests:
2626
wiki:
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+
2933
clean:
3034
find . -name *.pyc -delete
3135
find . -name *.pyo -delete

0 commit comments

Comments
 (0)