Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#552 closed bug (Fixed)

setup.py wrong path to Gentoo svn folder

Reported by: danii Owned by: andar
Priority: trivial Milestone:
Component: Packaging Version: 1.1.0_dev
Keywords: gentoo setup.py Cc:

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")

Change History (2)

comment:1 by andar, 16 years ago

Resolution: fixed
Status: newclosed

Fixed [4039]

comment:2 by (none), 16 years ago

Milestone: 1.1.0

Milestone 1.1.0 deleted

Note: See TracTickets for help on using tickets.