Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (226 - 228 of 2449)

Ticket Resolution Summary Owner Reporter
#551 Duplicate Stop seeding when share time reaches.. andar anonymous
Description

Just like Stop seeding when share ratio reaches.. but set to x hours instead. Ideally used in conjunction, so it stops after either x hours or x share ratio, whichever comes first (or last).

#552 Fixed setup.py wrong path to Gentoo svn folder andar danii
Description

in setup.py the Gentoo SVN folder is:

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/deluge-0.6")

where it should be

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/trunk")
#553 Fixed gentoo svn ebuild doesn't install ajax and white template for webui andar anonymous
Description

gentoo svn ebuild doesn't install ajax and white template for webui I don't know if it is a ebuild problem or with setup.py I'm attachint the portage ebuild and the list of files belonging to the deluge install

Note: See TracQuery for help on using queries.