Opened 17 years ago
Closed 15 years ago
#7233 closed enhancement (fixed)
wiki/TracDownload needs clean up
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | not applicable |
Component: | admin/web | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
there is a typo on http://trac.edgewall.org/wiki/TracDownload
The latest revision for the devel version of Trac (currently 0.11dev) can be checked out with the following command: svn co http://svn.edgewall.org/repos/trac/trunk trac
when it should be 0.12dev. I accidentally upgraded to 0.12, while trying to get 0.11rc1 or above.
Attachments (0)
Change History (11)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 17 years ago
follow-up: 5 comment:3 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to cboos:
Thanks for the notice. I also added a section for installing latest 0.11-stable from source (TracDownload@73).
Thanks for the extra feedback.
Then, there should also be an section for easy-install for 0.12; The packages for 0.10, should be upgrade to 0.10.5; 0.9.X should be remove, because it is no deprecated;
That page, also needs a little bit of clean up. It is starting to be to cluthered.
comment:4 by , 17 years ago
I'd be OK for the suggested changes (except for the fact that we don't have a 0.10.5 release yet, see googlegroups:trac-dev:a9bead5bdd99cd74).
What do others think?
comment:5 by , 17 years ago
Priority: | low → normal |
---|---|
Severity: | major → blocker |
Summary: | typo on wiki/TracDownload: should be 0.12dev → wiki/TracDownload needs clean up |
Type: | defect → enhancement |
Replying to trac-hacks@BUGabundo.net:
0.9.X should be remove, because it is no deprecated;
is meant to read:
0.9.X should be remove, because it is now deprecated;
comment:6 by , 17 years ago
I will get the new packages listed on PyPI later today, that should greatly simplify most of the install instructions.
follow-up: 8 comment:7 by , 17 years ago
Okay, all 0.11rc1 files have been uploaded to PyPI. All of the following should now work:
easy_install Trac
(0.11rc1)easy_install Trac==0.11rc1
(0.11rc1)easy_install Trac==dev
(trunk)easy_install Trac==0.11-dev
(0.11-stable)
follow-up: 9 comment:8 by , 17 years ago
comment:9 by , 17 years ago
Replying to anonymous:
Replying to nkantrowitz:
easy_install Trac==dev
(trunk)aint trunk 0.12?
Yes, that will get you 0.12dev currently, however the download tag actually points to trunk, so you get whatever the current trunk version is.
comment:10 by , 16 years ago
Severity: | blocker → normal |
---|
Seems to be working, however when I tried to easy_install Trac==0.11-dev, it goes through this:
Searching for Trac==0.11-dev Reading http://pypi.python.org/simple/Trac/ Reading http://projects.edgewall.com/trac Reading http://projects.edgewall.com/trac/wiki/TracDownload Reading http://trac.edgewall.com/ Best match: Trac 0.11-dev Downloading http://svn.edgewall.org/repos/trac/branches/0.11-stable#egg=Trac-0.11-dev ...
So it works but it goes through p.e.c.
It seems that the http://pypi.python.org/simple/Trac page still contains some old links. Could that be updated as well?
comment:11 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm not aware of any clean-up remaining to be done on TracDownload, easy_install works fine:
$ /C/Dev/Python27a2/Scripts/easy_install.exe Trac==0.11.7rc1 Searching for Trac==0.11.7rc1 Reading http://pypi.python.org/simple/Trac/ Reading http://trac.edgewall.com/ Reading http://trac.edgewall.org/wiki/TracDownload Reading http://projects.edgewall.com/trac Reading http://projects.edgewall.com/trac/wiki/TracDownload Best match: Trac 0.11.7rc1 Downloading ftp://ftp.edgewall.com/pub/trac/Trac-0.11.7rc1.win32.exe Processing Trac-0.11.7rc1.win32.exe ...
Sure, it still looks for p.e.c, but there's apparently no way to get the link page on PyPi be cleaned-up.
Thanks for the notice. I also added a section for installing latest 0.11-stable from source (TracDownload@73).