Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Fixed [4039]

comment:2 Changed 15 years ago by anonymous

  • Milestone 1.1.0 deleted

Milestone 1.1.0 deleted

Note: See TracTickets for help on using tickets.