Thread: [Releaseforge-user] ReleaseForge v1.3 is now available
Brought to you by:
phil_schwartz
From: <phi...@us...> - 2008-07-22 05:41:50
|
Sourceforge has recently deprecated the FTP upload mechanism. This policy change cripples ReleaseForge prior to 1.3. ReleaseForge 1.3 now uploads files to Sourceforge via SFTP (one of the new supported methods). Prior to running ReleaseForge 1.3 you will need to obtain Paramiko v1.74 or greater. ReleaseFroge uses paramiko module for uploading files to SourceForge via SFTP. [Special thanks to Robey Pointer for adding the patch required for ReleaseForge]. Paramiko can be downloaded from: http://www.lag.net/paramiko/ Make sure you obtain 1.74 or greater. Versions prior to 1.74 will not work. Once paramiko is installed, ReleaseForge should be able to upload files to Sourceforge via SFTP using the same login credentials for accessing the Sourceforge web interface. |
From: Thomas H. <th...@ct...> - 2008-08-07 19:59:10
|
phi...@us... schrieb: > Sourceforge has recently deprecated the FTP upload mechanism. This policy change cripples ReleaseForge prior to 1.3. > > ReleaseForge 1.3 now uploads files to Sourceforge via SFTP (one of the new supported methods). > > Prior to running ReleaseForge 1.3 you will need to obtain Paramiko v1.74 or greater. > ReleaseFroge uses paramiko module for uploading files to SourceForge via SFTP. [Special thanks to Robey Pointer for adding the > patch required for ReleaseForge]. > > Paramiko can be downloaded from: > > http://www.lag.net/paramiko/ > > Make sure you obtain 1.74 or greater. Versions prior to 1.74 will not work. > > Once paramiko is installed, ReleaseForge should be able to upload files to Sourceforge via SFTP using the same login credentials > for accessing the Sourceforge web interface. Phil, thanks for keeping ReleaseForge working with the changes that SF made - I have just used it to create a new comtypes release. The only small problem that I noted is that in the left-most pane all my projects are listed twice. -- Thanks, Thomas |
From: Phil S. <phi...@us...> - 2008-08-07 20:30:15
|
Not sure why that happened. I'll see if I can replicate it. I know that when I last used it (to create 1.3) I didn't have that problem. Regards, Phil On Thu, 7 Aug 2008, Thomas Heller wrote: > phi...@us... schrieb: >> Sourceforge has recently deprecated the FTP upload mechanism. This policy change cripples ReleaseForge prior to 1.3. >> >> ReleaseForge 1.3 now uploads files to Sourceforge via SFTP (one of the new supported methods). >> >> Prior to running ReleaseForge 1.3 you will need to obtain Paramiko v1.74 or greater. >> ReleaseFroge uses paramiko module for uploading files to SourceForge via SFTP. [Special thanks to Robey Pointer for adding the >> patch required for ReleaseForge]. >> >> Paramiko can be downloaded from: >> >> http://www.lag.net/paramiko/ >> >> Make sure you obtain 1.74 or greater. Versions prior to 1.74 will not work. >> >> Once paramiko is installed, ReleaseForge should be able to upload files to Sourceforge via SFTP using the same login credentials >> for accessing the Sourceforge web interface. > > Phil, > > thanks for keeping ReleaseForge working with the changes that SF made - I have just used > it to create a new comtypes release. > > The only small problem that I noted is that in the left-most pane all my projects > are listed twice. > > -- Regards, Phil Schwartz - http://www.phil-schwartz.com Open Source Projects: - DenyHosts: http://www.denyhosts.net - Kodos: http://kodos.sourceforge.net - ReleaseForge: http://releaseforge.sourceforge.net - Scratchy: http://scratchy.sourceforge.net - FAQtor: http://faqtor.sourceforge.net |
From: Eric G. <eri...@fr...> - 2008-08-08 06:35:12
|
----- "Phil Schwartz" <phi...@us...> a écrit : > Not sure why that happened. I'll see if I can replicate it. I know > that > when I last used it (to create 1.3) I didn't have that problem. > > Regards, > > > > thanks for keeping ReleaseForge working with the changes that SF > made - I have just used > > it to create a new comtypes release. > > > > The only small problem that I noted is that in the left-most pane > all my projects > > are listed twice. I had the same problem on first use of the new 1.3 release I just remove remove my ~/.releaseforge/projects file and I got a new cleaned one the problem seems to come from the unixname field, which is now ended by a "/", and not before |
From: Thomas H. <th...@ct...> - 2008-08-08 07:29:27
|
Eric Gerbier schrieb: > ----- "Phil Schwartz" <phi...@us...> a écrit : > > >> Not sure why that happened. I'll see if I can replicate it. I >> know that when I last used it (to create 1.3) I didn't have that >> problem. >> >> Regards, > >>> >>> thanks for keeping ReleaseForge working with the changes that SF >> made - I have just used >>> it to create a new comtypes release. >>> >>> The only small problem that I noted is that in the left-most pane >>> >> all my projects >>> are listed twice. > > I had the same problem on first use of the new 1.3 release I just > remove remove my ~/.releaseforge/projects file and I got a new > cleaned one > Yes, that helps. Thanks, Thomas |