From: Scott Rifenbark Date: Wed, 8 Jun 2016 20:01:31 +0000 (-0700) Subject: dev-manual: Applied edits to the package feed section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Applied edits to the package feed section. Fixes [YOCTO #1882] (From yocto-docs rev: 12e6b9f21fc6067389ea7632b5991d45173ae2ff) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 376027f8b57..b7b623a2552 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -7677,8 +7677,8 @@ You can start the server by running the following commands from the recently created directory: - $ cd {TMPDIR}/deploy/\\packageformat\\ - $ python -m SimpleHTTPServer + $ cd /var/www/my_repo + $ python –m SimpleHTTPServer @@ -7691,7 +7691,7 @@ Setting up the target differs depending on the package management system. - This section provides information for RPM and IPK. + This section provides information for RPM, IPK, and DEB.