Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 2449)

Ticket Resolution Summary Owner Reporter
#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

#554 Fixed SVN r4060: Right-click -> Openfolder breaks Deluge andar tim.kornhammar@…
Description

In SVN r4024 it worked great but when grabbing SVN r4060 the bug has emerged.

Note: See TracQuery for help on using queries.