added instructions on how to update Trac after release
This commit is contained in:
parent
c559f2f7ad
commit
42dc1ee55d
1 changed files with 7 additions and 1 deletions
|
@ -132,7 +132,7 @@ in extracted debianized source tree generated below.<br>
|
|||
Building is best done
|
||||
in an empty directory as follows:<br>
|
||||
<br>
|
||||
<pre><code>rm -rf debian_build<br>mkdir debian_build<br>cd debian_build<br></code>dpkg-source -x ../livesupport_<ls_version>-1.dsc<br>cd livesupport-<ls-version><br>dpkg-buildpackage -rfakeroot<br>cd ../..<br><br></pre>
|
||||
<pre><code>rm -rf /opt/livesupport<br>rm -rf debian_build<br>mkdir debian_build<br>cd debian_build<br></code>dpkg-source -x ../livesupport_<ls_version>-1.dsc<br>cd livesupport-<ls-version><br>dpkg-buildpackage -rfakeroot<br>cd ../..<br><br></pre>
|
||||
The above commands will result in the following debian packages:<br>
|
||||
<br>
|
||||
<pre><code>livesupport-libs_<ls-version>-1_<arch>.deb<br></code><code>livesupport-station_<ls-version>-1_<arch>.deb<br></code><code>livesupport-studio_<ls-version>-1_<arch>.deb</code><br></pre>
|
||||
|
@ -151,6 +151,12 @@ issue the following command:<br>
|
|||
This will tag the current state of the repository with the tag <code>livesupport-<ls-version></code>,
|
||||
enabling later retrieval of this specific state.<br>
|
||||
|
||||
<h1>Updating Trac</h1>
|
||||
Add the new version number to the Version pull-down menu in Trac by
|
||||
executing
|
||||
<pre><code>trac-admin /usr/local/trac-projects/livesupport version add <ls-version></code></pre>
|
||||
on <code>code.campware.org</code>.
|
||||
|
||||
<h1>Publishing the tarballs</h1>
|
||||
To make the release available to the public, the created tarballs have
|
||||
to be published. This is done by making the files accessible under the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue