1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body bgcolor=white>
<table width=100% border=0>
<tr>
<td width="25%" valign=top>
<p>
<h3>Help Sections</h3>
<p>
<ul>
<li><a href="mainwindow.html">Main Window</a>
<li><a href="login.html">Login</a>
<li><a href="config.html">Configuration File</a>
</ul>
<p>
<h3>Create Release</h3>
<ul>
<li><a href="new_release.html">New Release</a>
<li><a href="file_selection.html">File Selection</a>
<li><a href="progress.html">Progress</a>
</ul>
<p>
<h3>Edit Release</h3>
<ul>
<li><a href="edit_release.html">Select Release</a>
<li><a href="edit_release_details.html">Details</a>
<li><a href="edit_release_files.html">File Selection</a>
<li><a href="release_status.html">Edit Release Status</a>
</ul>
<h3>Other</h3>
<ul>
<li><a href="preferences.html">Preferences</a>
<li><a href="news.html">Submit News</a>
<li><a href="freshmeat_setup.html">Freshmeat Setup</a>
<li><a href="freshmeat_release.html">Freshmeat Release</a>
<li><a href="email_setup.html">Email Address Setup</a>
<li><a href="email_announcement.html">Email Announcement</a>
</ul>
</td>
<td width="75%">
<h1>Progress</h1>
Once you have completed the previous ReleaseForge release wizard pages you are now ready to finalize the
release.
<p>
<center>
<img src="progress_initial.png"><br>
<font size="-1">Progress</font>
</center>
<p>
To begin the release process press the <i>finish</i> button. Prior to pressing this button, ReleaseForge has
not actually created the release in any fashion with respect to SourceForge.
<p>
<center>
<img src="finish.png"><br>
<font size="-1">The finish button</font>
</center>
<p>
Pressing the <i>finish</i> button will result in ReleaseForge doing the following:
<p>
<ol>
<li>Connect to the SourceForge webserver and instruct it to create a new release.
<li>Upload each of the files that you have previously selected to the SourceForge FTP server.
<li>Connect to the SourceForge webserver and upload your release notes and change log, if necessary.
<li>Instruct SourceForge to include each of your uploaded files for your new release.
<li>For each include file, the file type and processor type are updated to match your preferences.
<li>If necessary, SourceForge is instructed to notify each monitoring user of your project.
</ol>
<p>
The top of the progress page will indicate which action ReleaseForge is currently performing. The bottom of the
screen will display the progress of the current step, if appropriate.
<p>
The following screenshots detail the ReleaseForge progress in creating your SourceForge release:
<p>
<center>
<img src="progress1.png"><br>
<font size="-1">Uploading a file</font>
</center>
<p>
<p>
<center>
<img src="progress2.png"><br>
<font size="-1">Selecting files</font>
</center>
<p>
<p>
<center>
<img src="progress3.png"><br>
<font size="-1">Setting file attributes (eg. file type and processor)</font>
</center>
<p>
</td>
</tr>
</table>
</body>
</html>
|