added instructions for updating the repository
This commit is contained in:
parent
5ceb0b2567
commit
82f2dc63d4
|
@ -164,7 +164,7 @@ cd ../..
|
|||
<!-- "dpkg-buildpackage -rfakeroot" would be better instead of
|
||||
"sudo dpkg-buildpackage", but it does not work because of the strange
|
||||
-libraries package -->
|
||||
The above commands will result in the following debian packages:<br>
|
||||
The above commands will result in the following debian packages:
|
||||
<br>
|
||||
<pre>campcaster-libs_<ls-version>-1_<arch>.deb
|
||||
campcaster-station_<ls-version>-1_<arch>.deb
|
||||
|
@ -172,6 +172,23 @@ campcaster-studio_<ls-version>-1_<arch>.deb
|
|||
</pre>
|
||||
|
||||
|
||||
<h1>Uploading the packages to the Campware repository</h1>
|
||||
For users to be able to install the packages using <code>apt-get</code>
|
||||
or <code>Synaptic</code> etc., they need to be uploaded to the Campware
|
||||
package repository on <code>code.campware.org</code>.
|
||||
|
||||
To do this, you need to do the following, as real root (sudo is not enough):
|
||||
<ul>
|
||||
<li>Copy the three package files to the
|
||||
<code>/var/www/ubuntu/packages/<arch></code> directory
|
||||
on <code>code.campware.org</code>.
|
||||
<li>Generate the package listing:
|
||||
<pre>cd /var/www/ubuntu
|
||||
apt-ftparchive packages packages/<arch> /dev/null | gzip -9c \
|
||||
> dists/dapper/main/binary-<arch>/Packages.gz</pre>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1>Tagging the sources</h1>
|
||||
After the tarballs have been tested, the release can be finalized. As a
|
||||
first step, the current state of the Campcaster version control
|
||||
|
|
Loading…
Reference in New Issue