Search found 5 matches

by barmalej2
Wed Mar 18, 2015 8:54 am
Forum: Support
Topic: Deluge has beta ID?
Replies: 4
Views: 3535

Re: Deluge has beta ID?

@preacher37
Can you paste output of the following command:

Code: Select all

/usr/bin/deluged --version
Are you using deluge from 1.3 stable git branch?
by barmalej2
Mon Mar 16, 2015 4:59 pm
Forum: Development
Topic: dev versions of Deluge not runs with latest setuptools
Replies: 4
Views: 4196

Re: dev versions of Deluge not runs with latest setuptools

not sure where dev0 is coming from on 1.3-stable branch... It seems coming from setup.cfg file: [egg_info] tag_build = -dev tag_svn_revision = false [build_docs] source-dir = docs/source build-dir = docs/build all_files = 1 [py2app] app = ['deluge/main.py'] #arch = x86_64 arch = i386 iconfile = osx...
by barmalej2
Thu Jan 29, 2015 11:11 am
Forum: Development
Topic: dev versions of Deluge not runs with latest setuptools
Replies: 4
Views: 4196

Re: dev versions of Deluge not runs with latest setuptools

Thank you for respond. I am definitely using 1.3-stable branch.
My cloning command in build script is:

Code: Select all

git clone -q -b 1.3-stable git://deluge-torrent.org/deluge.git deluge

Code: Select all

git branch -vv
* 1.3-stable 6ab951c [origin/1.3-stable] Bump version to 1.3.11
by barmalej2
Wed Jan 28, 2015 1:49 pm
Forum: Development
Topic: dev versions of Deluge not runs with latest setuptools
Replies: 4
Views: 4196

Re: dev versions of Deluge not runs with latest setuptools

I hope to get an answer some day, is my proposed fix correct.
Short answer is also an answer.