#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")
Note:
See TracTickets
for help on using tickets.



Fixed [4039]